mirror of https://github.com/istio/istio.io.git
Update to ingress name (#1504)
Making the command work again to query for the IP.
This commit is contained in:
parent
d3c1deeb75
commit
17e2d40a84
|
@ -118,10 +118,10 @@ deploy/reviews-v2 1 1 1 1 7m
|
|||
deploy/reviews-v3 1 1 1 1 7m
|
||||
```
|
||||
|
||||
Now get the ```istio-ingressgateway``` IP:
|
||||
Now get the ```istio-ingress``` IP:
|
||||
|
||||
```command
|
||||
$ kubectl get svc istio-ingressgateway -n istio-system
|
||||
$ kubectl get svc istio-ingress -n istio-system
|
||||
NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE
|
||||
istio-ingressgateway LoadBalancer 10.59.251.109 35.194.26.85 80:31380/TCP,443:31390/TCP,31400:31400/TCP 6m
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue