Update install-on-azure.md

grammar tweak
This commit is contained in:
L-Hudson 2018-11-30 14:15:15 -05:00 committed by GitHub
parent 92b803745e
commit a30770ed50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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.
- The Kubernetes `pod-cidr` must match the Azure Vnet of the hosts.