openshift11 helm2 安裝

[root@192-168-3-115 ~]# oc login admin  error: dial tcp: lookup admin on 192.168.3.115:53: no such host - verify you have provided the correct host and port and that the server is currently running.  [root@192-168-3-115 ~]# oc login  Authentication required for https://master.cloudmesh.top:8443 (openshift)  Username: admin  Password:  Login successful.    You have access to the following projects and can switch between them with 'oc project <projectname>':        default    * heidsoft      kube-proxy-and-dns      kube-public      kube-system      management-infra      openshift      openshift-console      openshift-infra      openshift-logging      openshift-node      openshift-web-console    Using project "heidsoft".  [root@192-168-3-115 ~]# helm init --canary-image  Creating /root/.helm  Creating /root/.helm/repository  Creating /root/.helm/repository/cache  Creating /root/.helm/repository/local  Creating /root/.helm/plugins  Creating /root/.helm/starters  Creating /root/.helm/cache/archive  Creating /root/.helm/repository/repositories.yaml  Adding stable repo with URL: https://kubernetes-charts.storage.googleapis.com  Adding local repo with URL: http://127.0.0.1:8879/charts  $HELM_HOME has been configured at /root/.helm.    Tiller (the Helm server-side component) has been installed into your Kubernetes Cluster.    Please note: by default, Tiller is deployed with an insecure 'allow unauthenticated users' policy.  To prevent this, run `helm init` with the --tiller-tls-verify flag.  For more information on securing your installation see: https://v2.helm.sh/docs/securing_installation/

參考:

https://v2.helm.sh/docs/using_helm/#installing-helm

https://www.cnblogs.com/breezey/p/9398927.html

https://www.jianshu.com/p/bef756fd436d