Table of Contents |
---|
...
The supported versions are as follows:
ONAP Release | Rancher | Kubernetes | Helm | Kubectl | Docker |
---|---|---|---|---|---|
Amsterdam | 1.6.10 | 1.7.7 | 2.3.0 | 1.7.7 | 1.12.x |
Beijing | 1.6.14 | 1.8.6 | 2.6+ | 1.8.6 | 17.03-ce |
This is the amsterdam branch which has diffrent rancher/helm/kubernetes/docker version levels - for master use the latest defined in ONAP on Kubernetes#Registeryourhost
Install helm client https://github.com/kubernetes/helm/releases
There are two parts to Helm: The Helm client (helm
) and the Helm server (Tiller)
Installation procedure at: https://github.com/kubernetes/helm/blob/master/docs/install.md
...
For the helm client and server versions shown below following are the download links:
Helm Client: https://storage.googleapis.com/kubernetes-helm/helm-v2.1https://storage.googleapis.com/kubernetes-helm/helm-v2.3.0-linux-amd64.tar.gz3gz3-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 |
...