File tree Expand file tree Collapse file tree 3 files changed +31
-19
lines changed
includes/nginx-one/how-to Expand file tree Collapse file tree 3 files changed +31
-19
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ nd-docs : " DOCS-000"
3+ files :
4+ - content/nginx-one/k8s/add-ngf-manifests.md
5+ - content/nginx-one/k8s/add-ngf-helm.md
6+ ---
7+
8+ If you encounter issues connecting your instances to NGINX One Console, try the following commands:
9+
10+ Check the NGINX Agent version:
11+
12+ ``` shell
13+ kubectl exec -it -n < namespace> < nginx_pod_name> -- nginx-agent -v
14+ ```
15+
16+ Check the NGINX Agent configuration:
17+
18+ ``` shell
19+ kubectl exec -it -n < namespace> < nginx_pod_name> -- cat /etc/nginx-agent/nginx-agent.conf
20+ ```
21+
22+ Check NGINX Agent logs:
23+
24+ ``` shell
25+ kubectl exec -it -n < namespace> < nginx_pod_name> -- nginx-agent
26+ ```
Original file line number Diff line number Diff line change @@ -141,22 +141,4 @@ Log in to your F5 Distributed Cloud Console account.
141141
142142## Troubleshooting
143143
144- If you encounter issues connecting your instances to NGINX One Console, try the following commands:
145-
146- Check the NGINX Agent version:
147-
148- ``` shell
149- kubectl exec -it -n < namespace> < nginx_pod_name> -- nginx-agent -v
150- ```
151-
152- Check the NGINX Agent configuration:
153-
154- ``` shell
155- kubectl exec -it -n < namespace> < nginx_pod_name> -- cat /etc/nginx-agent/nginx-agent.conf
156- ```
157-
158- Check NGINX Agent logs:
159-
160- ``` shell
161- kubectl exec -it -n < namespace> < nginx_pod_name> -- nginx-agent
162- ```
144+ {{< include "/nginx-one/how-to/ngf-troubleshooting.md" >}}
Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ Specify the data plane key Secret name in the `--nginx-one-dataplane-key-secret`
4343
4444{{< include "/ngf/installation/deploy-ngf-manifests.md" >}}
4545
46+ ## Troubleshooting
47+
48+ {{< include "/nginx-one/how-to/ngf-troubleshooting.md" >}}
49+
4650## References
4751
4852For more details, see:
You can’t perform that action at this time.
0 commit comments