1
0
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:
galal-hussein
2018-05-31 23:06:59 +02:00
committed by Alena Prokharchyk
parent aabce06714
commit 3c906a9ed2
7 changed files with 36 additions and 9 deletions

View File

@@ -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"