Hi Huabing, Do you have Helm (along with kubectl installed on your client machine? How did you install helm?
Here is an example from the oom wiki https://wiki.onap.org/display/DW/ONAP+on+Kubernetes#ONAPonKubernetes-QuickstartInstallation wget http://storage.googleapis.com/kubernetes-helm/helm-v2.3.0-linux-amd64.tar.gz<http://storage.googleapis.com/kubernetes-helm/helm-v2.3.0-linux-amd64.tar.gz> tar -zxvf helm-v2.3.0-linux-amd64.tar.gz mv linux-amd64/helm /usr/local/bin/helm Mike. On Aug 29, 2017, at 11:57 PM, [email protected]<mailto:[email protected]> wrote: Hi there, I have successfully installed kubernetes with rancher to test using chart to deploy MSB. According to the instruction of rancher, I'm using docker 1.12.3 which is the only docker version which support kubernetes. http://rancher.com/docs/rancher/v1.6/en/hosts/#supported-docker-versions. However, Helm doesn't work. It turns out Tiller has not been spun up by kubernetes due to "ImagePullBackOff" error. When trying to manually pull the image "gcr.io/kubernetes-helm/tiller:v2.3.0<http://gcr.io/kubernetes-helm/tiller:v2.3.0>", I got this error: Error: Status 405 trying to pull repository kubernetes-helm/tiller: "v1 Registry API is disabled. If you are not explicitly using the v1 Registry API, it is possible your v2 image could not be found. Verify that your image is available, or retry with `dockerd --disable-legacy-registry`. See https://cloud.google.com/container-registry/docs/support/deprecation-notices"<https://cloud.google.com/container-registry/docs/support/deprecation-notices%22> It seems that tiller image can't be pulled because the version of docker version is too old. Do you have any idea how to solve this issue? Thanks, Huabing Original Mail Sender: <[email protected]<mailto:[email protected]>>; To: <[email protected]<mailto:[email protected]>>; Date: 2017/08/16 23:54 Subject: [onap-discuss] [OOM] Using Helm for kubernetes deployment Hi, We did and presented a POC on the weekly OOM meeting of using Helm Charts to parametrize and deploy ONAP in Kubernetes. We would like to start with parametrization of docker images in the deployment yaml files in order to enable easy usage of different versions of the images. We would like to push this change to the OOM Gerrit. Please take a look at Helm Chart description: https://docs.helm.sh/developing_charts/#charts https://docs.helm.sh/using_helm/#quickstart-guide Please let me know if you have any concern. Thanks, Borislav Glozman O:+972.9.776.1988 M:+972.52.2835726 This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/email-disclaimer _______________________________________________ onap-discuss mailing list [email protected]<mailto:[email protected]> https://lists.onap.org/mailman/listinfo/onap-discuss This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement, you may review at https://www.amdocs.com/about/email-disclaimer <https://www.amdocs.com/about/email-disclaimer>
_______________________________________________ onap-discuss mailing list [email protected] https://lists.onap.org/mailman/listinfo/onap-discuss
