From d671bcc3eeab4dc109c01ad82c9e8f76d34e119f Mon Sep 17 00:00:00 2001 From: john-a-joyce Date: Mon, 30 Oct 2017 21:47:01 -0400 Subject: [PATCH] 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 --- _docs/guides/integrating-vms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_docs/guides/integrating-vms.md b/_docs/guides/integrating-vms.md index 3a5921b125..1c7763cc24 100644 --- a/_docs/guides/integrating-vms.md +++ b/_docs/guides/integrating-vms.md @@ -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.