Skip to content

Commit bc4ff15

Browse files
committed
troubleshooting include
1 parent 3901ff0 commit bc4ff15

File tree

3 files changed

+31
-19
lines changed

3 files changed

+31
-19
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
```

content/nginx-one/k8s/add-ngf-helm.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff 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" >}}

content/nginx-one/k8s/add-ngf-manifests.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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

4852
For more details, see:

0 commit comments

Comments
 (0)