diff --git a/docs/user-guide/connecting-applications.md b/docs/user-guide/connecting-applications.md index d3fc200fd03..3aabeb265bc 100644 --- a/docs/user-guide/connecting-applications.md +++ b/docs/user-guide/connecting-applications.md @@ -391,7 +391,7 @@ $ kubectl get svc nginxsvc -o json | grep -i nodeport -C 5 "nodePort": 30645 } -$ kubectl get nodes -o json | grep ExternalIP +$ kubectl get nodes -o json | grep ExternalIP -C 2 { "type": "ExternalIP", "address": "104.197.63.17"