Skip to content

Instantly share code, notes, and snippets.

@bfgits
Created October 16, 2021 02:44
Show Gist options
  • Save bfgits/c757c1cf465ef1a198ecacdeaef2bbf3 to your computer and use it in GitHub Desktop.
Save bfgits/c757c1cf465ef1a198ecacdeaef2bbf3 to your computer and use it in GitHub Desktop.
install kubectl
curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
echo 'source <(kubectl completion bash)' >>~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment