Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit f74c0cc

Browse files
sharmasushantjackfrancis
authored andcommitted
Update documentation to help customers how to specify firstConsecutiveStaticIP and ipAddressCount for master nodes.
1 parent 305a00d commit f74c0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kubernetes/features.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Per default Calico still allows all communication within the cluster. Using Kube
166166

167167
## Custom VNET
168168

169-
ACS Engine supports deploying into an existing VNET. Operators must specify the ARM path/id of Subnets for the `masterProfile` and any `agentPoolProfiles`, as well as the first IP address to use for static IP allocation in `firstConsecutiveStaticIP`. Please note that in any azure subnet, the first four and the last ip address is reserved and can not be used. Additionally, to prevent source address NAT'ing within the VNET, we assign to the `vnetCidr` property in `masterProfile` the CIDR block that represents the usable address space in the existing VNET.
169+
ACS Engine supports deploying into an existing VNET. Operators must specify the ARM path/id of Subnets for the `masterProfile` and any `agentPoolProfiles`, as well as the first IP address to use for static IP allocation in `firstConsecutiveStaticIP`. Please note that in any azure subnet, the first four and the last ip address is reserved and can not be used. Additionally, each POD now gets the IP address from the Subnet. As a result, for the master nodes, enough IP addresses (equal to `ipAddressCount`) should be available beyond `firstConsecutiveStaticIP`. By default, the `ipAddressCount` has a value of 30, and can be changed if desired. Furthermore, to prevent source address NAT'ing within the VNET, we assign to the `vnetCidr` property in `masterProfile` the CIDR block that represents the usable address space in the existing VNET.
170170

171171
See below profiles as an example:
172172

0 commit comments

Comments
 (0)