Skip to content

Instantly share code, notes, and snippets.

@varshavaradarajan
Last active May 20, 2019 19:45
Show Gist options
  • Save varshavaradarajan/ec3c2192937f8ff024d64df5ec85501b to your computer and use it in GitHub Desktop.
Save varshavaradarajan/ec3c2192937f8ff024d64df5ec85501b to your computer and use it in GitHub Desktop.
#! /bin/bash
apk --no-cache upgrade && apk add openssl bash
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
export HELM_INSTALL_DIR="/download"
echo "export PATH=$PATH:$HELM_INSTALL_DIR" >> ~/.profile
source ~/.profile
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment