Some formatting changes to address #1484. (#1585)

* Some formatting changes toaddress #1484.

* Add whitespace for formatting
This commit is contained in:
Katherine Jackson 2019-07-24 11:34:35 -07:00 committed by Knative Prow Robot
parent 92d47aacfb
commit 765451d484
1 changed files with 11 additions and 2 deletions

View File

@ -105,7 +105,11 @@ assigned an external IP address.
fi fi
kubectl get svc $INGRESSGATEWAY --namespace istio-system kubectl get svc $INGRESSGATEWAY --namespace istio-system
```
The command will return something similar to this:
```shell
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
istio-ingressgateway LoadBalancer 10.23.247.74 35.203.155.229 80:32380/TCP,443:32390/TCP,32400:32400/TCP 2d istio-ingressgateway LoadBalancer 10.23.247.74 35.203.155.229 80:32380/TCP,443:32390/TCP,32400:32400/TCP 2d
``` ```
@ -131,6 +135,11 @@ assigned an external IP address.
```shell ```shell
kubectl get route helloworld-go --output=custom-columns=NAME:.metadata.name,URL:.status.url kubectl get route helloworld-go --output=custom-columns=NAME:.metadata.name,URL:.status.url
```
The command will return the following:
```shell
NAME URL NAME URL
helloworld-go http://helloworld-go.default.example.com helloworld-go http://helloworld-go.default.example.com
``` ```