From 19a0f885da28980b435ff3ce04cb0b335f930345 Mon Sep 17 00:00:00 2001 From: Saylor Berman Date: Wed, 29 Jan 2025 09:38:12 -0700 Subject: [PATCH] Remove NGF troubleshooting step The control plane will no longer need permissions to reload nginx, so this troubleshooting step no longer applies. --- content/ngf/how-to/monitoring/troubleshooting.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/content/ngf/how-to/monitoring/troubleshooting.md b/content/ngf/how-to/monitoring/troubleshooting.md index e0ebc0277..e6d2d8aef 100644 --- a/content/ngf/how-to/monitoring/troubleshooting.md +++ b/content/ngf/how-to/monitoring/troubleshooting.md @@ -380,19 +380,6 @@ Events: --- -##### Insufficient Privileges errors - -Depending on your environment's configuration, the control plane may not have the proper permissions to reload NGINX. The NGINX configuration will not be applied and you will see the following error in the _nginx-gateway_ logs: - -`failed to reload NGINX: failed to send the HUP signal to NGINX main: operation not permitted` - -To **resolve** this issue you will need to set `allowPrivilegeEscalation` to `true`. - -- 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`. - ---- - ##### NGINX Plus failure to start or traffic interruptions Beginning with NGINX Gateway Fabric 1.5.0, NGINX Plus requires a valid JSON Web Token (JWT) to run. If this is not set up properly, or your JWT token has expired, you may see errors in the NGINX logs that look like the following: