failed to download "stable/nginx-ingress" when installing ACS on minikube using helm

cancel
Showing results for 
Search instead for 
Did you mean: 
rogerparkinson
Member II

failed to download "stable/nginx-ingress" when installing ACS on minikube using helm

Using the instructions on this page to install ACS on Minikube using Helm.

```
> helm install stable/nginx-ingress --set rbac.create=true
Error: must either provide a name or specify --generate-name
```

So I tried:
```
helm install stable/nginx-ingress --set rbac.create=true --generate-name
Error: failed to download "stable/nginx-ingress" (hint: running `helm repo update` may help)
```

I've run `helm repo update` and that looked okay. I tried this too:
```
helm install alfresco-stable/nginx-ingress --set rbac.create=true --generate-name
```
but got the same error
What did I miss?

Minikube v1.0.1 on linux (Xubuntu 18.04)
Kubernetes 1.14.
Helm: v3.2.4