We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5097d25 commit b29a2b5Copy full SHA for b29a2b5
images/kubekins-e2e-v2/Dockerfile
@@ -73,7 +73,7 @@ RUN wget -O google-cloud-sdk.tar.gz -q $GCLOUD_SDK_URL && \
73
--path-update=false \
74
--usage-reporting=false; \
75
fi && \
76
- gcloud components install alpha beta && \
+ gcloud components install alpha beta gke-gcloud-auth-plugin && \
77
gcloud info | tee /workspace/gcloud-info.txt
78
79
0 commit comments