PodIPAllocationMode.DynamicIndividual Field

Definition

Each node gets allocated with a non-contiguous list of IP addresses assignable to pods. This is better for maximizing a small to medium subnet of size /16 or smaller. The Azure CNI cluster with dynamic IP allocation defaults to this mode if the customer does not explicitly specify a podIPAllocationMode

public const string DynamicIndividual;
val mutable DynamicIndividual : string
Public Const DynamicIndividual As String 

Field Value

Applies to