diff options
author | Mike Elliott <mike.elliott@amdocs.com> | 2018-03-26 09:37:37 -0400 |
---|---|---|
committer | Alexis de Talhouƫt <alexis.de_talhouet@bell.ca> | 2018-03-26 20:37:55 +0000 |
commit | 6a84df34eabbdb1ca12ec005c9978082013eb7f9 (patch) | |
tree | 05d5d58d174c05ea0b26aafe73b4366483d1b382 /kubernetes/README_HELM | |
parent | bdcf44857f459c2f335a63dd33185194988f0263 (diff) |
Add ONAP Quickstart README for Bejing
This is largely a duplication of what will be in
the offical readthedocs documentation. It is put
here now as part of the README to provide immediate
help to those trying to deploy ONAP using an all
Helm deployment mechanism.
The README will later be amended to simply point to
the offical docs once it has been published for Beijing.
Change-Id: I5e3ec279e19617912d28d482e7818c01620d8945
Issue-ID: OOM-827
Signed-off-by: Mike Elliott <mike.elliott@amdocs.com>
Diffstat (limited to 'kubernetes/README_HELM')
-rw-r--r-- | kubernetes/README_HELM | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/kubernetes/README_HELM b/kubernetes/README_HELM deleted file mode 100644 index 0f65120397..0000000000 --- a/kubernetes/README_HELM +++ /dev/null @@ -1,20 +0,0 @@ -Prerequisites: -- K8s -- Helm - -In order to use Helm with Rancher, check the tiller version installed -by running "helm version" on the rancher CLI -and install the appropriate Helm. -Notice both tiller and helm are installed, -but you will need to install on your VM. - -charts were tested with the following setup: - Rancher Release v1.6.7 - k8s version 1.7.2 - Helm/Tiller version v2.3.0 -also tested on: - k8s version v1.5.2 - Helm/Tiller v2.6.0 - -Download Helm: -https://github.com/kubernetes/helm |