Skip to content

Instantly share code, notes, and snippets.

@thiagomgo
Last active November 13, 2020 21:58
Show Gist options
  • Save thiagomgo/c5c2a70f5eeda40c1084ac2480b93edd to your computer and use it in GitHub Desktop.
Save thiagomgo/c5c2a70f5eeda40c1084ac2480b93edd to your computer and use it in GitHub Desktop.
install-kubectx-ubuntu.sh
# Install kubectx (Switch between Kubernetes contexts/namespaces)
sudo curl -sSL https://github.com/ahmetb/kubectx/releases/download/v0.9.1/kubens_v0.9.1_linux_x86_64.tar.gz | sudo tar -C /usr/local/bin -xz
# Install kubens (Switch between Kubernetes namespaces)
sudo curl -sSL https://github.com/ahmetb/kubectx/releases/download/v0.9.1/kubens_v0.9.1_linux_x86_64.tar.gz | sudo tar -C /usr/local/bin -xz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment