diff --git a/ee/ucp/admin/install/install-on-azure.md b/ee/ucp/admin/install/install-on-azure.md index e461362e8d..a68c59e14c 100644 --- a/ee/ucp/admin/install/install-on-azure.md +++ b/ee/ucp/admin/install/install-on-azure.md @@ -24,8 +24,8 @@ You have two options for provisoning IPs for the Kubernetes cluster on Azure: and by default will provision 128 IP address for each node. This value can be configured via the `azure_ip_count`in the UCP [configuration file](../configure/ucp-configuration-file) before or after the - UCP installation. Note if this value is reduced post installation, existing - VMs will not be reconciled, a user would have to manually edit the IP count + UCP installation. Note that if this value is reduced post installation, existing + VMs will not be reconciled, and the user will have to manually edit the IP count in Azure. - Manually provision additional IP address for each Azure VM. This could be done as part of an Azure Virtual Machine Scale Set via an ARM template, an example @@ -221,4 +221,4 @@ docker container run --rm -it \ #### Additional Notes -- The Kubernetes `pod-cidr` must match the Azure Vnet of the hosts. \ No newline at end of file +- The Kubernetes `pod-cidr` must match the Azure Vnet of the hosts.