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
Before new GCP provisioner #2681
git checkout 394ec4ad8 sky launch -i0 --down --cpus 2 --cloud gcp -y 'curl -H "Metadata-Flavor: Google" "http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/identity?format=standard&audience=gcp"'
This prints the identity correctly.
After the new GCP provisioner
git checkout 318553bb6 sky launch -i0 --down --cpus 2 --cloud gcp -y 'curl -H "Metadata-Flavor: Google" "http://metadata.google.internal/computeMetadata/v1/instance/service-accounts/default/identity?format=standard&audience=gcp"'
This prints
{"error":"invalid_request","error_description":"Service account not enabled on this instance"}
The text was updated successfully, but these errors were encountered:
Michaelvll
suquark
Successfully merging a pull request may close this issue.
Before new GCP provisioner #2681
This prints the identity correctly.
After the new GCP provisioner
This prints
The text was updated successfully, but these errors were encountered: