early-intern-90238
07/01/2022, 5:26 PMimportant-leather-28796
07/01/2022, 5:28 PM.zshrc
and .bashrc
export USE_GKE_GCLOUD_AUTH_PLUGIN=True
then source it. I use zsh and for some reason it seems it was only picked up in the .bashrc
early-intern-90238
07/01/2022, 5:30 PMwonderful-portugal-96162
07/01/2022, 5:32 PMgcloud components update
early-intern-90238
07/01/2022, 5:32 PMwonderful-portugal-96162
07/01/2022, 5:34 PMearly-intern-90238
07/01/2022, 5:34 PMbillowy-army-68599
wonderful-portugal-96162
07/01/2022, 7:42 PM$ touch ~/gke.kubeconfig
$ export KUBECONFIG=~/gke.kubeconfig
$ gcloud container clusters get-credentials mygkecluster
important-leather-28796
07/01/2022, 7:54 PMget-credentials
call that is the follow on to adding to .zshrc
and .bashrc
that I forgot.early-intern-90238
07/01/2022, 11:03 PM