From da205fccfbad430a8c71ef8e0f1e46e94eaaf06c Mon Sep 17 00:00:00 2001 From: JensonCraft Date: Mon, 2 Dec 2019 13:19:34 -0700 Subject: [PATCH] Typo - WhiteSpace added (#2012) * Typo - WhiteSpace added * Ensure intuitive command flags --- docs/install/installing-istio.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install/installing-istio.md b/docs/install/installing-istio.md index 8e6f70510..df70fbdf9 100644 --- a/docs/install/installing-istio.md +++ b/docs/install/installing-istio.md @@ -265,7 +265,7 @@ simplifies things to have DNS properly configured. For this, we must look up the external IP address that Gloo received. This can be done with the following command: ``` -$ kubectl get svc -nistio-system +$ kubectl get svc --namespace istio-system NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE cluster-local-gateway ClusterIP 10.0.2.216 15020/TCP,80/TCP,443/TCP 2m14s istio-ingressgateway LoadBalancer 10.0.2.24 34.83.80.117 15020:32206/TCP,80:30742/TCP,443:30996/TCP 2m14s