ManagedClusterAgentPoolProfileProperties.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 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)