Skip to content

Commit 0c63a17

Browse files
committed
update common issues table
1 parent 49a3a80 commit 0c63a17

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

+7-6
Original file line numberDiff line numberDiff line change
@@ -296,12 +296,13 @@ Note that, the port number i.e `8080` matches the port number you have port-forw
296296
### Common Errors
297297
298298
{{< bootstrap-table "table table-striped table-bordered" >}}
299-
| Problem Area | Symptom | Troubleshooting Method | Common Cause |
300-
|------------------------------|----------------------------------------|---------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------|
301-
| Startup | NGINX Gateway Fabric fails to start. | Check logs for _nginx_ and _nginx-gateway_ container. | Missing TLS key and cert for SSL servers. |
302-
| Resources not configured | Status missing on resources. | Check referenced resources. | Referenced resources do not belong to NGINX Gateway Fabric. |
303-
| NGINX errors | Reload failures on NGINX | Fix permissions for control plane. | Security context not configured. |
304-
| Usage reporting | Errors logs related to usage reporting | Enable usage reporting. Refer to this [Usage Reporting]({{< relref "installation/usage-reporting.md" >}}) | Usage reporting disabled. |
299+
| Problem Area | Symptom | Troubleshooting Method | Common Cause |
300+
|------------------------------|----------------------------------------|---------------------------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------|
301+
| Startup | NGINX Gateway Fabric fails to start. | Check logs for _nginx_ and _nginx-gateway_ container. | Readiness probe failed. |
302+
| Resources not configured | Status missing on resources. | Check referenced resources. | Referenced resources do not belong to NGINX Gateway Fabric. |
303+
| NGINX errors | Reload failures on NGINX | Fix permissions for control plane. | Security context not configured. |
304+
| Usage reporting | Errors logs related to usage reporting | Enable usage reporting. Refer to [Usage Reporting]({{< relref "installation/usage-reporting.md" >}}) | Usage reporting disabled. |
305+
| Client Settings | Request entity too large error | Adjust client settings. Refer to [Client Settings Policy]({{< relref "../traffic-management/client-settings.md" >}}) | Payload is greater than the set [`client_max_body_size`](https://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size) |
305306
{{< /bootstrap-table >}}
306307
307308
##### NGINX fails to reload

0 commit comments

Comments
 (0)