mirror of
https://github.com/rancher/rke.git
synced 2025-09-19 01:44:28 +00:00
Change controlplane taint to NoSchedule
This commit is contained in:
@@ -185,7 +185,7 @@ spec:
|
||||
operator: Exists
|
||||
- key: "node-role.kubernetes.io/controlplane"
|
||||
operator: "Exists"
|
||||
effect: "NoExecute"
|
||||
effect: "NoSchedule"
|
||||
- key: "node-role.kubernetes.io/etcd"
|
||||
operator: "Exists"
|
||||
effect: "NoExecute"
|
||||
|
Reference in New Issue
Block a user