mirror of https://github.com/docker/docs.git
Update install-on-azure.md
This commit is contained in:
parent
f56f262899
commit
127331a085
|
|
@ -42,10 +42,10 @@ to successfully deploy Docker UCP on Azure
|
|||
- All UCP Nodes (Managers and Workers) need to be deployed into the same
|
||||
Azure Resource Group. The Azure Networking (Vnets, Subnets, Security Groups)
|
||||
components could be deployed in a second Azure Resource Group.
|
||||
- The Azure Vnet and Subnet needs to be appropriately sized for your
|
||||
environment, addresses from this pool will be consumed by Kubernetes Pods, see
|
||||
- The Azure Vnet and Subnet must be appropriately sized for your
|
||||
environment, and addresses from this pool are consumed by Kubernetes Pods. For more information, see
|
||||
[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
|
||||
Azure Subnet.
|
||||
- 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> \
|
||||
--cloud-provider Azure \
|
||||
--interactive
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue