Skip to content

Instantly share code, notes, and snippets.

View heydantz's full-sized avatar
🇻🇪

José D. Gutiérrez heydantz

🇻🇪
View GitHub Profile
@iamcryptoki
iamcryptoki / install_kubectx_kubens_linux.txt
Created March 2, 2020 14:32
Install kubectx and kubens on Linux.
sudo git clone https://github.com/ahmetb/kubectx /opt/kubectx
sudo ln -s /opt/kubectx/kubectx /usr/local/bin/kubectx
sudo ln -s /opt/kubectx/kubens /usr/local/bin/kubens
echo "source /opt/kubectx/completion/kubectx.bash" >> ~/.bashrc
echo "source /opt/kubectx/completion/kubens.bash" >> ~/.bashrc