mirror of
https://github.com/rancher/rke.git
synced 2025-09-16 23:20:56 +00:00
Make control node only unschedulable
This commit is contained in:
committed by
Alena Prokharchyk
parent
aabce06714
commit
3c906a9ed2
@@ -183,8 +183,9 @@ spec:
|
||||
operator: Exists
|
||||
- effect: NoExecute
|
||||
operator: Exists
|
||||
- key: "node-role.kubernetes.io/master"
|
||||
- key: "node-role.kubernetes.io/controlplane"
|
||||
operator: "Exists"
|
||||
effect: "NoExecute"
|
||||
- key: "node-role.kubernetes.io/etcd"
|
||||
operator: "Exists"
|
||||
effect: "NoExecute"
|
||||
|
Reference in New Issue
Block a user