Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For the helm client and server versions shown below following are the download links:

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


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

...