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
|
- 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
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue