Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support additional gcloud create instance arguments #34

Open
supersteves opened this issue Dec 12, 2019 · 1 comment
Open

Support additional gcloud create instance arguments #34

supersteves opened this issue Dec 12, 2019 · 1 comment
Assignees

Comments

@supersteves
Copy link

For example we need to enable the display device on our windows VMs, necessary for automated UI tests. This seems like a common requirement for TeamCity.

See --enable-display-device here:
https://cloud.google.com/sdk/gcloud/reference/compute/instances/create#--enable-display-device

We can't solve this using instance templates; Google do not yet support this configuration in instance templates. No sign of that happening:
https://issuetracker.google.com/u/1/issues/133047176

(There are other options we might want, like local SSD, or E2 machine types - but these can be solved with instance templates although it's not so convenient).

@tolache
Copy link

tolache commented Jun 12, 2024

Apparently, you can enable a display device in instance templates now:

instance-template

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants