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