[root@mbs01 k8s]# helm install --namespace openebs --name openebs stable/openebs --version 1.5.0
Error: incompatible versions client[v2.17.0] server[v2.16.3]
[root@mbs01 k8s]# ls /usr/local/bin/
helm tiller
[root@mbs01 k8s]# helm version
Client: &version.Version{SemVer:“v2.17.0”, GitCommit:“a690bad98af45b015bd3da1a41f6218b1a451dbe”, GitTreeState:“clean”}
Server: &version.Version{SemVer:“v2.16.3”, GitCommit:“1ee0254c86d4ed6887327dabed7aa7da29d7eb0d”, GitTreeState:“clean”}
[root@mbs01 k8s]# cd /usr/local/bin
[root@mbs01 bin]# ls
helm tiller
把原来的删掉或者改名
重新下载helm:https://get.helm.sh/helm-v2.16.3-linux-amd64.tar.gz
解压:tar zxvf helm-v2.16.0-linux-amd64.tar.gz
把/linux-amd64/helm上传到 /usr/local/bin/下
修改权限:chmod +x /usr/local/bin/helm
[root@mbs01 bin]# ls
helm helmv2.17.0 tiller
[root@mbs01 bin]# chmod +x helm
[root@mbs