1
0
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:
galal-hussein
2018-06-22 06:04:07 +02:00
committed by Denise
parent fee4e1d4a8
commit fc48d82392
8 changed files with 12 additions and 8 deletions

View File

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