File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
content/en/docs/reference/labels-annotations-taints Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -776,10 +776,20 @@ Used on: Node
776
776
777
777
Label that kubeadm applies on the control plane nodes that it manages.
778
778
779
- ### node-role.kubernetes.io/control-plane
779
+ ### node-role.kubernetes.io/control-plane {#node-role-kubernetes-io-control-plane-taint}
780
780
781
781
Used on: Node
782
782
783
783
Example: ` node-role.kubernetes.io/control-plane:NoSchedule `
784
784
785
785
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.
You can’t perform that action at this time.
0 commit comments