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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,7 +295,7 @@ 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` for worker nodes (identified by existence of the label `cluster.x-k8s.io/control-plane`) and for MachineDeploymentsand MachineSets.
298
+
* block the taint`node-role.kubernetes.io/control-plane` for worker nodes (identified by existence of the label `cluster.x-k8s.io/control-plane`) and for MachineDeployments, MachineSets and MachinePools.
299
299
* This taints are dedicated to be set on control-plane machines, not for workers.
300
300
* block the taint `node-role.kubernetes.io/master` which is deprecated since 1.24
0 commit comments