helm安装

  1. 下载helm二进制文件(https://github.com/helm/helm/releases)
  2. 解压tar -xvf XXX
  3. helm init --history-max 200

常见问题:
[apps@mvxl1484 k8s]$ helm version Client: &version.Version{SemVer:"v2.11.0", GitCommit:"2e55dbe1fdb5fdb96b75ff144a339489417b146b", GitTreeState:"clean"} Error: could not find a ready tiller pod

  1. 重定向tiller.yaml (helm init --output yaml > tiller.yaml)
  2. 镜像可拉取
  3. kubectl apply -y tiller.yaml

helm使用

helm search #可下载的软件列表

参考:
https://blog.csdn.net/wzygis/article/details/84346573

你可能感兴趣的:(kubernetes)