Versions Compared

Key

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

Table of Contents

...

The supported versions are as follows:

ONAP ReleaseRancherKubernetesHelmKubectlDocker
Amsterdam1.6.101.7.72.3.01.7.71.12.x
Beijing1.6.141.8.62.6+1.8.617.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

...