Skip to content

Commit 51ccb2a

Browse files
authored
add tolerations for etcd and control-plane node taints (#117)
1 parent 1265206 commit 51ccb2a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

manifests/system-upgrade-controller.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ spec:
6565
- key: "node-role.kubernetes.io/master"
6666
operator: "Exists"
6767
effect: "NoSchedule"
68+
- key: "node-role.kubernetes.io/control-plane"
69+
operator: "Exists"
70+
effect: "NoSchedule"
71+
- key: "node-role.kubernetes.io/etcd"
72+
operator: "Exists"
73+
effect: "NoExecute"
6874
containers:
6975
- name: system-upgrade-controller
7076
image: rancher/system-upgrade-controller:v0.6.2

0 commit comments

Comments
 (0)