-
Notifications
You must be signed in to change notification settings - Fork 11
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
Google Cloud CLI does not install gke-gcloud-auth-plugin #22
Comments
Same issue for me. But |
``{ |
@siyath123 Not sure what your comment is supposed to say. Can you elaborate? |
Workaround: If you will write |
@ramir-savvy suggestion will work, |
I have the following
devcontainer.json
:As you can see I set
installGkeGcloudAuthPlugin
totrue
. Then I execute:which yields:
When installing manually through
gcloud components install gke-gcloud-auth-plugin
I get:And subsequently
sudo apt-get install google-cloud-sdk-gke-gcloud-auth-plugin
which yields:Then I also tried
"remoteUser": "root"
indevcontainer.json
but no luck.The text was updated successfully, but these errors were encountered: