体验helm

2019-03-28  本文已影响0人  多余的午宴

helm使用

基本命令

  1. 下载安装helm: curl https://raw.githubusercontent.com/helm/helm/master/scripts/get | bash
  2. 指定镜像和namespace安装tiller:helm init --tiller-namespace <namespace> --tiller-image <tiller image>
  3. 删除tiller: helm reset
  4. 其它选项:

问题

  1. canary-image 是干啥的
  2. kube-context 的使用
  3. service-account 的使用

参考

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

上一篇 下一篇

猜你喜欢

热点阅读