[bitnami/nginx-ingress-controller] nginx-ingress-controller pod can not be ready, Readiness probe failed #32863
Labels
in-progress
nginx-ingress-controller
tech-issues
The user has a technical issue about an application
Name and Version
bitnami/nginx-ingress-controller 11.6.13
What architecture are you using?
amd64
What steps will reproduce the bug?
1.helm install nginx-ingress-controller
helm install my-release oci://registry-1.docker.io/bitnamicharts/nginx-ingress-controller
2.nginx-ingress-controller always in running, can not be ready
3.check the pod, found "Readiness probe failed"
Are you using any custom parameters or values?
No
What is the expected behavior?
nginx-ingress-controller pod should be ready
What do you see instead?
I checked https://github.com/bitnami/charts/blob/main/bitnami/nginx-ingress-controller/templates/controller-deployment.yaml, livenessProbe and startupProbe changed to tcpSocket, but readinessProbe use httpGet
Additional information
No response
The text was updated successfully, but these errors were encountered: