Skip to content

Commit

Permalink
install gke-gcloud-auth-plugin to support v1.25+ (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
montmanu authored Jun 21, 2022
1 parent baf4df6 commit 8abeb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV CLOUDSDK_CONTAINER_USE_APPLICATION_DEFAULT_CREDENTIALS=true
ENV CLOUDSDK_CORE_DISABLE_PROMPTS=1

RUN \
gcloud --no-user-output-enabled components install kubectl && \
gcloud --no-user-output-enabled components install kubectl gke-gcloud-auth-plugin && \
rm -rf /google-cloud-sdk/.install

ADD drone-gke bin/set-env-versions bin/list-extra-kubectl-versions /usr/local/bin/
Expand Down

0 comments on commit 8abeb06

Please sign in to comment.