Typo - WhiteSpace added (#2012)

* Typo - WhiteSpace added

* Ensure intuitive command flags
This commit is contained in:
JensonCraft 2019-12-02 13:19:34 -07:00 committed by Knative Prow Robot
parent 173819ef40
commit da205fccfb
1 changed files with 1 additions and 1 deletions

View File

@ -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 <none> 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