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:
@@ -98,7 +98,7 @@ items:
|
||||
tolerations:
|
||||
- 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