Skip to content

Instantly share code, notes, and snippets.

@adenot
Last active March 4, 2024 19:15
Show Gist options
  • Save adenot/7f9427bef4059e4069e584466828e44e to your computer and use it in GitHub Desktop.
Save adenot/7f9427bef4059e4069e584466828e44e to your computer and use it in GitHub Desktop.
Install kubectl on aws cloudshell
curl -o kubectl https://amazon-eks.s3.us-west-2.amazonaws.com/1.19.6/2021-01-05/bin/linux/amd64/kubectl
chmod +x ./kubectl
sudo mv kubectl /usr/local/bin/kubectl
@adenot
Copy link
Author

adenot commented Feb 10, 2022

install helm (without installing openssl - CAUTION):

export VERIFY_CHECKSUM=false && curl https://raw.githubusercontent.com/helm/helm/main/scripts/get-helm-3 | bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment