Skip to content

Commit 17c7f2d

Browse files
authored
Remove NGF troubleshooting step (#136)
The control plane will no longer need permissions to reload nginx, so this troubleshooting step no longer applies.
1 parent a4c0899 commit 17c7f2d

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

content/ngf/how-to/monitoring/troubleshooting.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -380,19 +380,6 @@ Events:
380380

381381
---
382382

383-
##### Insufficient Privileges errors
384-
385-
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:
386-
387-
`failed to reload NGINX: failed to send the HUP signal to NGINX main: operation not permitted`
388-
389-
To **resolve** this issue you will need to set `allowPrivilegeEscalation` to `true`.
390-
391-
- If using Helm, you can set the `nginxGateway.securityContext.allowPrivilegeEscalation` value.
392-
- If using the manifests directly, you can update this field under the `nginx-gateway` container's `securityContext`.
393-
394-
---
395-
396383
##### NGINX Plus failure to start or traffic interruptions
397384

398385
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:

0 commit comments

Comments
 (0)