Skip to content

Instantly share code, notes, and snippets.

@rcreasey
Created May 4, 2021 00:15
Show Gist options
  • Save rcreasey/a3c8a50623adeee8b9d22e992fd52e94 to your computer and use it in GitHub Desktop.
Save rcreasey/a3c8a50623adeee8b9d22e992fd52e94 to your computer and use it in GitHub Desktop.
#!/bin/sh
mkdir ~/bin
curl -L -s -o /home/rcreasey/bin/kubectx https://github.com/ahmetb/kubectx/releases/download/v0.9.3/kubectx
curl -L -s -o /home/rcreasey/bin/kubens https://github.com/ahmetb/kubectx/releases/download/v0.9.3/kubens
chmod +x /home/rcreasey/bin/kubectx /home/rcreasey/bin/kubens
export PATH=$PATH:/home/rcreasey/bin
alias kc=kubectl
alias kn=kubens
alias kx=kubectx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment