mirror of https://github.com/docker/docs.git
parent
92b803745e
commit
a30770ed50
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue