ContainerServiceMachineKubernetesProfile.NodeInitializationTaints Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)