Update to ingress name (#1504)

Making the command work again to query for the IP.
This commit is contained in:
Henrik Carlioth 2018-06-13 17:09:22 +02:00 committed by Martin Taillefer
parent d3c1deeb75
commit 17e2d40a84
1 changed files with 2 additions and 2 deletions

View File

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