-
Notifications
You must be signed in to change notification settings - Fork 104
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
The nginx-gateway's pod is not ready #1666
Comments
Hi @Yelijah I see the following error in the nginx gateway logs:
This error would cause the problem you are seeing where the nginx-gateway Pod isn't reporting as ready. To resolve you will need to tweak the security context of the nginx-gateway Pod. See this troubleshooting guide for details: https://docs.nginx.com/nginx-gateway-fabric/how-to/monitoring/troubleshooting/. |
Thank you for your help |
Describe the bug
After I deploy nginx gateway fabric by the helm, the nginx-gateway-fabric pod's container - nginx-gateway can't be ready.
To Reproduce
Steps to reproduce the behavior:
helm install ngf oci://ghcr.io/nginxinc/charts/nginx-gateway-fabric --create-namespace -n nginx-gateway
All logs of nginx gateway are in the attachment.
nginx-gateway.log
Expected behavior
My nginx-gateway pod can be ready
Your environment
kubectl -n nginx-gateway exec <gateway-pod> -c nginx -- nginx -T
Additional context
Add any other context about the problem here. Any log files you want to share.
The text was updated successfully, but these errors were encountered: