Created
July 16, 2020 08:51
-
-
Save avneesh91/86065c466982dd7c0ed7648e52103695 to your computer and use it in GitHub Desktop.
For generating kubectl file from gcloud
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
this article -> https://gravitational.com/blog/kubectl-gke/ | |
Installation | |
sudo apt-get install uuid | |
install cfssl, this article => https://www.pimwiddershoven.nl/entry/install-cfssl-and-cfssljson-cloudflare-kpi-toolkit | |
then this script => https://raw.githubusercontent.com/gravitational/teleport/master/examples/gke-auth/get-kubeconfig.sh | |
After that copy the kubeconfig inside the build and put it in your .kube folder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment