Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error with helm install stable/nginx-ingress at Lab: Configure Ingress Controller #204

Open
andresmmujica opened this issue Mar 1, 2021 · 2 comments

Comments

@andresmmujica
Copy link

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)

@andresmmujica
Copy link
Author

andresmmujica commented Mar 1, 2021

I was able to solve it like this

$helm repo add nginx-stable https://helm.nginx.com/stable
"nginx-stable" has been added to your repositories

$ 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.

@simpyparveen
Copy link

https://helm.nginx.com/stable is unavilable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants