Skip to content

Commit ff45a62

Browse files
authored
update checking logs
Signed-off-by: AlexFenlon <[email protected]>
1 parent 4b1275d commit ff45a62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/content/installation/integrations/nic-saas-console.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,9 @@ If you encounter issues connecting NGINX Ingress Controller to NGINX One Console
123123
kubectl exec -it -n <namespace> <nginx-ingress-pod-name> -- cat /etc/nginx-agent/nginx-agent.conf
124124
```
125125

126-
3. Check NGINX Agent logs:
126+
3. Check NGINX Ingress Controller logs:
127127
```bash
128-
kubectl exec -it -n <namespace> <nginx-ingress-pod-name> -- nginx-agent
128+
kubectl logs -n <namespace> <nginx-ingress-pod-name>
129129
```
130130

131131

0 commit comments

Comments
 (0)