【发布时间】:2020-01-05 10:43:48
【问题描述】:
我正在关注this youtube 教程,讲师运行此命令。
helm install --name istio incubator/istio --namespace istio-system --devel
helm upgrade istio incubator/istio --reuse-values --set istio.install=true --devel
--devel 标志有什么作用?我似乎找不到它的参考?
省略--devel 标志会出现此错误
Error: failed to download "incubator/istio" (hint: running `helm repo update` may help)
【问题讨论】:
标签: kubernetes kubernetes-helm istio