Skip to content

Commit c40d070

Browse files
authored
Merge pull request #35931 from Qqkyu/add-gke-gcloud-auth-plugin-to-kubekins-e2e-v2-image
Add `gke-gcloud-auth-plugin` to `kubekins-e2e-v2` image
2 parents d484d72 + b29a2b5 commit c40d070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/kubekins-e2e-v2/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ RUN wget -O google-cloud-sdk.tar.gz -q $GCLOUD_SDK_URL && \
7373
--path-update=false \
7474
--usage-reporting=false; \
7575
fi && \
76-
gcloud components install alpha beta && \
76+
gcloud components install alpha beta gke-gcloud-auth-plugin && \
7777
gcloud info | tee /workspace/gcloud-info.txt
7878

7979

0 commit comments

Comments
 (0)