mirror of https://github.com/knative/docs.git
* Some formatting changes toaddress #1484. * Add whitespace for formatting
This commit is contained in:
parent
92d47aacfb
commit
765451d484
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue