mirror of https://github.com/istio/istio.io.git
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:
parent
b2497e0b9a
commit
d671bcc3ee
|
@ -71,7 +71,7 @@ On the DB machine:
|
||||||
Run istioctl to configure the service (on your admin machine):
|
Run istioctl to configure the service (on your admin machine):
|
||||||
|
|
||||||
```bash
|
```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.
|
Note that the 'db' machine does not need and should not have special kubernetes priviledges.
|
||||||
|
|
Loading…
Reference in New Issue