Skip to content

Commit eb16999

Browse files
committed
remove please
1 parent fc12e7b commit eb16999

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ To understand why the NGINX Gateway Fabric Pod has not started running or is not
152152
kubectl describe pod <ngf-pod-name> -n nginx-gateway
153153
```
154154

155-
The Pod description includes details about the image name, tags, current status, and environment variables. Please verify that these details match your setup and cross-check with the events to ensure everything is functioning as expected. For example, the Pod below has two containers that are running and the events reflect the same.
155+
The Pod description includes details about the image name, tags, current status, and environment variables. Verify that these details match your setup and cross-check with the events to ensure everything is functioning as expected. For example, the Pod below has two containers that are running and the events reflect the same.
156156

157157
```text
158158
Containers:
@@ -197,7 +197,7 @@ Events:
197197

198198
### Modify logging levels
199199

200-
To debug NGINX Gateway Fabric, enable verbose logging by editing the `NginxGateway` configuration. This can be done either before or after deploying NGINX Gateway Fabric. Please refer to this [guide](https://docs.nginx.com/nginx-gateway-fabric/how-to/configuration/control-plane-configuration) to do so.
200+
To debug NGINX Gateway Fabric, enable verbose logging by editing the `NginxGateway` configuration. This can be done either before or after deploying NGINX Gateway Fabric. Refer to this [guide](https://docs.nginx.com/nginx-gateway-fabric/how-to/configuration/control-plane-configuration) to do so.
201201

202202
### NGINX fails to reload
203203

@@ -361,7 +361,7 @@ In such situations, it's advisable to review the logs of both NGINX and NGINX Ga
361361
#### Access the N+ Dashboard
362362

363363
If you have NGINX Gateway Fabric installed with NGINX Plus, you can access the N+ dashboard at `http://localhost:8080/dashboard.html`.
364-
Please note that, the port number i.e `8080` matches the port number you have port-forwarded your NGINX Gateway Fabric Pod. For further [details]({{< relref "dashboard.md" >}})
364+
Note that, the port number i.e `8080` matches the port number you have port-forwarded your NGINX Gateway Fabric Pod. For further [details]({{< relref "dashboard.md" >}})
365365

366366
### Common Errors
367367

0 commit comments

Comments
 (0)