这篇文章将为大家详细讲解有关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
':
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/
关于“openshift11 helm2如何安装”这篇文章就分享到这里了,希望以上内容可以对大家有一定的帮助,使各位可以学到更多知识,如果觉得文章不错,请把它分享出去让更多的人看到。