helm install incubator/fluentd-cloudwatch fails with Error: failed to download

9/3/2018

I tried to install the helm chart with:
helm install incubator/fluentd-cloudwatch

I get the error:
Error: failed to download "incubator/fluentd-cloudwatch" (hint: runninghelm repo updatemay help)

doing helm repo update didn't help

-- cryanbhu
fluentd
kubernetes-helm

1 Answer

9/11/2018

By default, helm does not include the incubator charts.

To add the incubator charts, run:

$ helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator

-- rzaanswers
Source: StackOverflow