ip Versions
Parameters
Specifies a list of IP versions the Kubernetes Cluster will use to assign IP addresses to its nodes and pods. Possible values are IPv4
and/or IPv6
. IPv4
must always be specified. Changing this forces a new resource to be created. ->Note: To configure dual-stack networking ip_versions
should be set to ["IPv4", "IPv6"]
. ->Note: Dual-stack networking requires that the Preview Feature Microsoft.ContainerService/AKS-EnableDualStack
is enabled and the Resource Provider is re-registered, see the documentation for more information.
Parameters
Specifies a list of IP versions the Kubernetes Cluster will use to assign IP addresses to its nodes and pods. Possible values are IPv4
and/or IPv6
. IPv4
must always be specified. Changing this forces a new resource to be created. ->Note: To configure dual-stack networking ip_versions
should be set to ["IPv4", "IPv6"]
. ->Note: Dual-stack networking requires that the Preview Feature Microsoft.ContainerService/AKS-EnableDualStack
is enabled and the Resource Provider is re-registered, see the documentation for more information.