体验helm
作者:
多余的午宴 | 来源:发表于
2019-03-28 10:14 被阅读0次
helm使用
基本命令
- 下载安装helm:
curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
- 指定镜像和namespace安装tiller:
helm init --tiller-namespace <namespace> --tiller-image <tiller image>
- 删除tiller:
helm reset
- 其它选项:
- --canary-image
- --kube-context
- --service-account
- --automount-service-account false
问题
- canary-image 是干啥的
- kube-context 的使用
- service-account 的使用
参考
https://helm.sh/docs/using_helm/#installing-helm
本文标题:体验helm
本文链接:https://www.haomeiwen.com/subject/rmvfbqtx.html
网友评论