You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/proposals/20250513-propogate-taints.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,8 +295,9 @@ Proper validation on the new field has to:
295
295
* With the exception of `node.kubernetes.io/out-of-service`, this taints are managed by the node controller or the kubelet.
296
296
* block taints with the key prefix `node.cloudprovider.kubernetes.io/`
297
297
* This taints are either managed by the kubelet or by a cloud-controller-manager's node-lifecycle-controller
298
-
* block the taints `node-role.kubernetes.io/control-plane`and `node-role.kubernetes.io/master` (deprecated) for control-plane Machines (identified by existence of the label `cluster.x-k8s.io/control-plane`) and for MachineDeployments and MachineSets.
298
+
* block the taints `node-role.kubernetes.io/control-plane` for worker nodes (identified by existence of the label `cluster.x-k8s.io/control-plane`) and for MachineDeployments and MachineSets.
299
299
* This taints are dedicated to be set on control-plane machines, not for workers.
300
+
* block the taint `node-role.kubernetes.io/master` which is deprecated since 1.24
300
301
301
302
If in the future we are introducing new taints that users should not be able to set, ratcheting may be used.
0 commit comments