Skip to content

Instantly share code, notes, and snippets.

@pranaysahith
Last active October 3, 2020 11:36
Show Gist options
  • Save pranaysahith/0944135ada915285896bac252ac5f22d to your computer and use it in GitHub Desktop.
Save pranaysahith/0944135ada915285896bac252ac5f22d to your computer and use it in GitHub Desktop.
# install krew
(
set -x; cd "$(mktemp -d)" &&
curl -fsSLO "https://github.com/kubernetes-sigs/krew/releases/latest/download/krew.tar.gz" &&
tar zxvf krew.tar.gz &&
KREW=./krew-"$(uname | tr '[:upper:]' '[:lower:]')_amd64" &&
"$KREW" install krew
)
vi ~/.zshrc
export PATH="${KREW_ROOT:-$HOME/.krew}/bin:$PATH"
k krew install ctx
k krew install ns
k krew install konfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment