We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/GoogleCloudPlatform/compute-image-tools/releases/tag/v20191206 removed the windows-10-byol os type, and added windows-10-x64-byol and windows-10-x86-byol. But the docs haven't been updated.
windows-10-byol
windows-10-x64-byol
windows-10-x86-byol
Likewise, gcloud compute images import needs to be updated.
gcloud compute images import
The text was updated successfully, but these errors were encountered:
Since gcloud compute images import won't accept --os windows-10-x64-byol, you can work around it for now by creating a cloudbuilld YAML file:
--os windows-10-x64-byol
steps: - name: gcr.io/compute-image-tools/gce_vm_image_import:release args: [ "-source_file=...", "-os=windows-10-x64-byol", ]
Then gcloud builds submit --config=above.yaml --no-source.
gcloud builds submit --config=above.yaml --no-source
Sorry, something went wrong.
gcloud SDK will have the new os types in the 273.0.0 release scheduled for 2019-12-10. Documentation PR is forthcoming.
rofuentes
No branches or pull requests
https://github.com/GoogleCloudPlatform/compute-image-tools/releases/tag/v20191206 removed the
windows-10-byol
os type, and addedwindows-10-x64-byol
andwindows-10-x86-byol
. But the docs haven't been updated.Likewise,
gcloud compute images import
needs to be updated.The text was updated successfully, but these errors were encountered: