ContainerServiceMachineKubernetesProfile.NodeInitializationTaints Property

Definition

Taints added on the node 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. 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