A Kubeconfig for GKE That Doesn't Need gcloud
When you run gcloud container clusters get-credentials, the kubeconfig it writes looks innocent —...
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 225861) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } saiyam1814 Posted on Apr 29 • Originally published at blog.kubesimplify.com A Kubeconfig for GKE That Doesn't Need gcloud #devops #gke #kubeconfig #kubectl When you run gcloud container clusters get-credentials, the kubeconfig it writes looks innocent — until you hand it to a teammate and they hit: error: exec plugin: invalid apiVersion "client.authentication.k8s.io/v1beta1" Enter fullscreen mode Exit fullscreen mode …or the classic gke-gcloud-auth-plugin: executable not found.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).