Fixes transposed params in intergrating_vms guide (#692)

The istoctl register command had the port and IP fields
transposed.   This fixes that and closes:
https://github.com/istio/istio.github.io/issues/691
This commit is contained in:
john-a-joyce 2017-10-30 21:47:01 -04:00 committed by Laurent Demailly
parent b2497e0b9a
commit d671bcc3ee
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ On the DB machine:
Run istioctl to configure the service (on your admin machine):
```bash
istioctl register mysql PORT IP
istioctl register mysql IP PORT
```
Note that the 'db' machine does not need and should not have special kubernetes priviledges.