Share via


ManagedClusterAgentPoolProfileProperties.NodeInitializationTaints Property

Definition

Taints added on the nodes during creation that will not be reconciled by AKS. These taints will not be reconciled by AKS and can be removed with a kubectl call. This field can be modified after node pool is created, but nodes will not be recreated with new taints until another operation that requires recreation (e.g. node image upgrade) happens. These taints allow for required configuration to run before the node is ready to accept workloads, for example 'key1=value1:NoSchedule' that then can be removed with kubectl taint nodes node1 key1=value1:NoSchedule-.

public System.Collections.Generic.IList<string> NodeInitializationTaints { get; }
member this.NodeInitializationTaints : System.Collections.Generic.IList<string>
Public ReadOnly Property NodeInitializationTaints As IList(Of String)

Property Value

Applies to