【发布时间】:2018-09-03 08:20:11
【问题描述】:
我尝试通过以下方式安装 helm chart:helm install incubator/fluentd-cloudwatch
我收到错误:Error: failed to download "incubator/fluentd-cloudwatch" (hint: runninghelm repo updatemay help)
helm repo update 没有帮助
【问题讨论】:
我尝试通过以下方式安装 helm chart:helm install incubator/fluentd-cloudwatch
我收到错误:Error: failed to download "incubator/fluentd-cloudwatch" (hint: runninghelm repo updatemay help)
helm repo update 没有帮助
【问题讨论】:
默认情况下,helm 不包含孵化器图表。
要添加孵化器图表,请运行:
$ helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator
【讨论】: