From a30770ed50975dc5655b2b9c72666b2b051cf5a3 Mon Sep 17 00:00:00 2001 From: L-Hudson <44844738+L-Hudson@users.noreply.github.com> Date: Fri, 30 Nov 2018 14:15:15 -0500 Subject: [PATCH] Update install-on-azure.md grammar tweak --- ee/ucp/admin/install/install-on-azure.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.