We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b1275d commit ff45a62Copy full SHA for ff45a62
site/content/installation/integrations/nic-saas-console.md
@@ -123,9 +123,9 @@ If you encounter issues connecting NGINX Ingress Controller to NGINX One Console
123
kubectl exec -it -n <namespace> <nginx-ingress-pod-name> -- cat /etc/nginx-agent/nginx-agent.conf
124
```
125
126
-3. Check NGINX Agent logs:
+3. Check NGINX Ingress Controller logs:
127
```bash
128
- kubectl exec -it -n <namespace> <nginx-ingress-pod-name> -- nginx-agent
+ kubectl logs -n <namespace> <nginx-ingress-pod-name>
129
130
131
0 commit comments