-
Notifications
You must be signed in to change notification settings - Fork 102
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
Can not deploy simple nginx-helm chart #209
Comments
I've managed to get this output from the helm client run. It might help with troubleshooting.
|
Actually this helm client wont install any helm charts. Moving on from nginx-ingress and trying to install cert-manager you get a very similar error:
This is most unfortunate as now I need to go back to the drawing board and re-program my whole project. As this client was the basis of this project. This needs fixing currently you cant deploy a single helm chart with this client. |
I have the same Issue and started coding already and everything. How can this be still available? |
It seems like the procedure is timing out, maybe because the timeout is set to zero. The chart spec has a |
I'm trying to deploy the ingress-nginx helm chart with no customizations, and I keep getting context deadline exceeded.
I can deploy this with helm install absolutely fine.
My code snippet:
The text was updated successfully, but these errors were encountered: