Skip to content

Commit 7749023

Browse files
authored
Merge pull request #37198 from sftim/20221007_reinstate_node_role_master_taint
Reinstate legacy taint for control plane nodes
2 parents 330f17c + 36ee838 commit 7749023

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
@@ -776,10 +776,20 @@ Used on: Node
776776

777777
Label that kubeadm applies on the control plane nodes that it manages.
778778

779-
### node-role.kubernetes.io/control-plane
779+
### node-role.kubernetes.io/control-plane {#node-role-kubernetes-io-control-plane-taint}
780780

781781
Used on: Node
782782

783783
Example: `node-role.kubernetes.io/control-plane:NoSchedule`
784784

785785
Taint that kubeadm applies on control plane nodes to allow only critical workloads to schedule on them.
786+
787+
### node-role.kubernetes.io/master (deprecated) {#node-role-kubernetes-io-master-taint}
788+
789+
Used on: Node
790+
791+
Example: `node-role.kubernetes.io/master:NoSchedule`
792+
793+
Taint that kubeadm previously applied on control plane nodes to allow only critical workloads to schedule on them.
794+
Replaced by [`node-role.kubernetes.io/control-plane`](#node-role-kubernetes-io-control-plane-taint); kubeadm
795+
no longer sets or uses this deprecated taint.

0 commit comments

Comments
 (0)