Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: added helm client install commands

...

Helm Client: https://storage.googleapis.com/kubernetes-helm/helm-v2.1.3-linux-amd64.tar.gz

Code Block
wget https://storage.googleapis.com/kubernetes-helm/helm-v2.1.3-linux-amd64.tar.gz
tar -zxvf helm-v2.1.3-linux-amd64.tar.gz
sudo mv linux-amd64/helm /usr/local/bin/helm

Verify helm is installed correctly by running

Code Block
helm help


Helm server (Tiller): TBD

...