Revise expansion page (#671)

This commit is contained in:
Tao Li 2017-10-18 13:08:57 -07:00 committed by Laurent Demailly
parent dd07e4c89d
commit 7617c34281
1 changed files with 2 additions and 1 deletions

View File

@ -127,14 +127,15 @@ Example generated message:
# Verify you get the same address as shown as "EXTERNAL-IP" in 'kubectl get svc -n istio-system istio-pilot-ilb'
istio-pilot.istio-system has address 10.150.0.6
```
Check that you can resolve cluster IPs. The actual address will depend on your deployment.
```bash
# Check that you can resolve cluster IPs. The actual address will depend on your deployment.
host istio-pilot.istio-system.svc.cluster.local.
```
Example generated message:
```
istio-pilot.istio-system.svc.cluster.local has address 10.63.247.248
```
Check istio-ingress similarly:
```bash
host istio-ingress.istio-system.svc.cluster.local.
```