ingress-nginx: Issue with install not working on cluster.
NGINX Ingress controller version: 0.41.2 via Helm chart 3.11.1
Kubernetes version (use kubectl version
): 1.18.0 Server and 1.18.6+k3s1 Server
Raspberry pi 4 4GB cluster running the latest os.
What happened: I moved my cluster from my office to my basement and sometimes some pods do not turn back on properly I have never had a nginx issue until today though. So I used Helm and uninstalled it. Then tried to use helm to reinstall it however when I do this helm just hangs then reports this issue (Error: failed pre-install: timed out waiting for the condition).
Install method is as follows for clarity:
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
helm repo add stable https://charts.helm.sh/stable
helm repo update
helm install nginx-ingress ingress-nginx/ingress-nginx
Why is this happening? I can not find any information anywhere that would cause this. I have other pods that are not running correctly because this will not install. I Thought maybe that was the issue so I uninstalled those pods and still nothing. Can not seem to get it running.
Any and all help is appreciated.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 3
- Comments: 27 (11 by maintainers)
So I found a work around
kubectl delete -A ValidatingWebhookConfiguration ingress-nginx-admission
but this doesnt seem like the best solution to me. is there something else?
also experiencing what most here are. Deployment failed using
https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v0.41.2/deploy/static/provider/cloud/deploy.yaml
The logs and output of various failed pods