NGF Pod fails to become ready due to nginx reload failure: "failed to send the HUP signal to NGINX main: operation not permitted" #1695
Labels
backlog
Currently unprioritized work. May change with user feedback or as the product progresses.
bug
Something isn't working
help wanted
Extra attention is needed
Describe the bug
In some environments, the NGINX Gateway Fabric fails to report as ready. The
nginx-gateway
logs report an error reloading NGINX:This is due to the control plane now having the proper permissions to reload NGINX.
Workaround
To resolve this issue you will need to set
allowPrivilegeEscalation
totrue
.If using Helm, you can set the
nginxGateway.securityContext.allowPrivilegeEscalation
value.If using the manifests directly, you can update this field under the
nginx-gateway
container’s securityContext.Open Questions
kind
or any managed Kubernetes platform. How can we reproduce?Related issues:
The text was updated successfully, but these errors were encountered: