From dbda110c4355d4e293334c3483fa2bf3d2aa63cb Mon Sep 17 00:00:00 2001 From: ollypom Date: Tue, 19 Mar 2019 18:36:27 +0000 Subject: [PATCH] Make the pod-cidr warning more obvious in the docs --- ee/ucp/admin/install/install-on-azure.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/ee/ucp/admin/install/install-on-azure.md b/ee/ucp/admin/install/install-on-azure.md index 809965a77c..3e266b5b53 100644 --- a/ee/ucp/admin/install/install-on-azure.md +++ b/ee/ucp/admin/install/install-on-azure.md @@ -207,6 +207,9 @@ The `--pod-cidr` option maps to the IP address range that you configured for the subnets in the previous sections, and the `--host-address` maps to the IP address of the master node. +> Note: The `pod-cidr` range must be within an Azure subnet attached to the +> host. + ```bash docker container run --rm -it \ --name ucp \ @@ -216,8 +219,4 @@ docker container run --rm -it \ --pod-cidr \ --cloud-provider Azure \ --interactive -``` - -#### Additional Notes - -- The Kubernetes `pod-cidr` must match the Azure Vnet of the hosts. +``` \ No newline at end of file