Error: failed to download “stable/openebs“

安装openebs出现下面的异常

Error: failed to download "stable/openebs" (hint: running `helm repo update` may help)

解决方案:

未修改前的helm repo源

修改helm repo源

helm repo remove stable
helm repo add stable https://kubernetes-charts.storage.googleapis.com
helm repo update
helm search

 再次安装openebs

helm install --namespace openebs --name openebs stable/openebs --version 1.5.0

成功!

 

猜你喜欢

转载自blog.csdn.net/u014089832/article/details/108593357