Skip to content

Commit 36ee838

Browse files
author
Tim Bannister
committed
Reinstate legacy taint for control plane nodes
Similar to APIs, we don't delete legacy taints and labels from the page, we leave them there and mark them as deprecated. Reinstate taint node-role.kubernetes.io/master.
1 parent 0cf0e54 commit 36ee838

File tree

1 file changed

+11
-1
lines changed
  • content/en/docs/reference/labels-annotations-taints

1 file changed

+11
-1
lines changed

content/en/docs/reference/labels-annotations-taints/_index.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,10 +738,20 @@ Used on: Node
738738

739739
Label that kubeadm applies on the control plane nodes that it manages.
740740

741-
### node-role.kubernetes.io/control-plane
741+
### node-role.kubernetes.io/control-plane {#node-role-kubernetes-io-control-plane-taint}
742742

743743
Used on: Node
744744

745745
Example: `node-role.kubernetes.io/control-plane:NoSchedule`
746746

747747
Taint that kubeadm applies on control plane nodes to allow only critical workloads to schedule on them.
748+
749+
### node-role.kubernetes.io/master (deprecated) {#node-role-kubernetes-io-master-taint}
750+
751+
Used on: Node
752+
753+
Example: `node-role.kubernetes.io/master:NoSchedule`
754+
755+
Taint that kubeadm previously applied on control plane nodes to allow only critical workloads to schedule on them.
756+
Replaced by [`node-role.kubernetes.io/control-plane`](#node-role-kubernetes-io-control-plane-taint); kubeadm
757+
no longer sets or uses this deprecated taint.

0 commit comments

Comments
 (0)