体验helm
2019-03-28 本文已影响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 的使用