美文网首页
helm install

helm install

作者: allenhaozi | 来源:发表于2020-02-02 18:24 被阅读0次

参考:
https://helm.sh/docs/intro/using_helm/

国内添加阿里云的源:

helm repo add stable http://mirror.azure.cn/kubernetes/charts/
helm repo add incubator http://mirror.azure.cn/kubernetes/charts-incubator/

helm repo add apphub https://apphub.aliyuncs.com
helm search nginx-ingress
helm install nginx-ingress apphub/nginx-ingress

pull

helm pull apphub/nginx-ingress

相关文章

网友评论

      本文标题:helm install

      本文链接:https://www.haomeiwen.com/subject/asiqxhtx.html