Skip to content

Commit 60e710a

Browse files
committed
chore: force gke auth
1 parent 28755f2 commit 60e710a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

deploy/skaffold/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@
1515
# This base image is built using docker from cache every single time as build step.
1616
FROM gcr.io/k8s-skaffold/build_deps:latest as build
1717
WORKDIR /skaffold
18+
# force to use gke_gcloud_auth_plugin for gcp k8s authentcation.
19+
ENV USE_GKE_GCLOUD_AUTH_PLUGIN True
1820

1921
FROM build as builder
2022
ARG VERSION

0 commit comments

Comments
 (0)