Skip to content

Commit

Permalink
[dev] Use gke-gcloud-auth-plugin for kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
iQQBot committed Sep 5, 2022
1 parent 8107355 commit 7232fc6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions dev/image/kubeconfig.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,11 @@ preferences: {}
users:
- name: gke_gitpod-core-dev_europe-west1-b_core-dev
user:
auth-provider:
name: gcp
exec:
apiVersion: client.authentication.k8s.io/v1beta1
args:
- --use_application_default_credentials
command: gke-gcloud-auth-plugin
installHint: Install gke-gcloud-auth-plugin for use with kubectl by following
https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
provideClusterInfo: true

0 comments on commit 7232fc6

Please sign in to comment.