Update install-on-azure.md

This commit is contained in:
paigehargrave 2019-03-21 19:25:39 -04:00 committed by GitHub
parent f56f262899
commit 127331a085
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -42,10 +42,10 @@ to successfully deploy Docker UCP on Azure
- All UCP Nodes (Managers and Workers) need to be deployed into the same - All UCP Nodes (Managers and Workers) need to be deployed into the same
Azure Resource Group. The Azure Networking (Vnets, Subnets, Security Groups) Azure Resource Group. The Azure Networking (Vnets, Subnets, Security Groups)
components could be deployed in a second Azure Resource Group. components could be deployed in a second Azure Resource Group.
- The Azure Vnet and Subnet needs to be appropriately sized for your - The Azure Vnet and Subnet must be appropriately sized for your
environment, addresses from this pool will be consumed by Kubernetes Pods, see environment, and addresses from this pool are consumed by Kubernetes Pods. For more information, see
[Considerations for IPAM [Considerations for IPAM
Configuration](#considerations-for-ipam-configuration) for more information. Configuration](#considerations-for-ipam-configuration).
- All UCP Nodes (Managers and Workers) need to be attached to the same - All UCP Nodes (Managers and Workers) need to be attached to the same
Azure Subnet. Azure Subnet.
- All UCP (Managers and Workers) need to be tagged in Azure with the - All UCP (Managers and Workers) need to be tagged in Azure with the
@ -223,4 +223,4 @@ docker container run --rm -it \
--pod-cidr <ip-address-range> \ --pod-cidr <ip-address-range> \
--cloud-provider Azure \ --cloud-provider Azure \
--interactive --interactive
``` ```