Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajanthanblog/c4e6686b68f15267e811d83f25972d8f to your computer and use it in GitHub Desktop.
Save ajanthanblog/c4e6686b68f15267e811d83f25972d8f to your computer and use it in GitHub Desktop.
curl -LO "https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl"
chmod +x ./kubectl
sudo mv ./kubectl /usr/local/bin/kubectl
kubectl version --client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment