From 9fd42fe1b607d85f76fe0b34b2cd3f4ce3648326 Mon Sep 17 00:00:00 2001 From: khenidak Date: Wed, 5 Oct 2016 11:04:43 -0700 Subject: [PATCH] Review updates and fixes --- docs/01-infrastructure-azure.md | 2 ++ docs/04-kubernetes-controller.md | 2 +- docs/09-smoke-test.md | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/01-infrastructure-azure.md b/docs/01-infrastructure-azure.md index 626bce7..51aaf89 100644 --- a/docs/01-infrastructure-azure.md +++ b/docs/01-infrastructure-azure.md @@ -666,6 +666,8 @@ info: vm list command OK ## Using The Jumpbox +> The Jumpbox does not have Azure CLI installed. All further Azure CLI commands should be executed on a machine with CLI installed & configured. + ### Connect to Jumpbox ``` diff --git a/docs/04-kubernetes-controller.md b/docs/04-kubernetes-controller.md index 24aeda1..ced240c 100644 --- a/docs/04-kubernetes-controller.md +++ b/docs/04-kubernetes-controller.md @@ -355,6 +355,6 @@ azure network lb rule create \ --frontend-port 6443 \ --backend-port 6443 \ --frontend-ip-name the-hard-way-cfe \ - --backend-address-pool-name backend-pool\ + --backend-address-pool-name backend-pool \ --probe-name controller-api-server-health ``` \ No newline at end of file diff --git a/docs/09-smoke-test.md b/docs/09-smoke-test.md index 7d90d1f..3f486c4 100644 --- a/docs/09-smoke-test.md +++ b/docs/09-smoke-test.md @@ -121,7 +121,7 @@ azure network lb rule create \ --frontend-port $NODE_PORT \ --backend-port $NODE_PORT \ --frontend-ip-name the-hard-way-fe \ - --backend-address-pool-name backend-pool\ + --backend-address-pool-name backend-pool \ --probe-name nginx-app-health ```