You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ helm repo update
Error: no repositories found. You must add one before updating
$ helm install stable/nginx-ingress --namespace kube-system --set controller.replicaCount=2
Error: must either provide a name or specify --generate-name
$ helm repo update
Hang tight while we grab the latest from your chart repositories...
...Successfully got an update from the "nginx-stable" chart repository
Update Complete. ⎈Happy Helming!⎈
$ helm install nginx-ingress nginx-stable/nginx-ingress --namespace kube-system --set controller.replicaCount=2
NAME: nginx-ingress
LAST DEPLOYED: Mon Mar 1 00:37:54 2021
NAMESPACE: kube-system
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
The NGINX Ingress Controller has been installed.
these are the errors
$ helm repo update
Error: no repositories found. You must add one before updating
$ helm install stable/nginx-ingress --namespace kube-system --set controller.replicaCount=2
Error: must either provide a name or specify --generate-name
$ helm install stable/ingress-nginx --namespace kube-system --set controller.replicaCount=2 --generate-name
Error: failed to download "stable/ingress-nginx" (hint: running
helm repo update
may help)The text was updated successfully, but these errors were encountered: