Last active
November 13, 2020 21:58
-
-
Save thiagomgo/c5c2a70f5eeda40c1084ac2480b93edd to your computer and use it in GitHub Desktop.
install-kubectx-ubuntu.sh
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
# 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