WeSearch

A Kubeconfig for GKE That Doesn't Need gcloud

·6 min read · 0 reactions · 0 comments · 10 views
A Kubeconfig for GKE That Doesn't Need gcloud

When you run gcloud container clusters get-credentials, the kubeconfig it writes looks innocent —...

Original article
DEV.to (Top)
Read full at DEV.to (Top) →
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).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)