Last active
June 29, 2020 08:32
-
-
Save pranaysahith/3851d8b69acbd1408dfe9c2922c1eec2 to your computer and use it in GitHub Desktop.
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
curl -LO https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl | |
chmod +x ./kubectl | |
sudo mv ./kubectl /usr/local/bin/kubectl | |
# curl https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3 | bash | |
# or | |
curl https://get.helm.sh/helm-v3.1.0-linux-amd64.tar.gz | |
tar -zxvf helm-v3.1.0-linux-amd64.tar.gz | |
mv linux-amd64/helm /usr/local/bin/helm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment