Skip to content

Commit 10b094e

Browse files
authored
add control-plane toleration (#122)
We're moving towards using the new control-plane toleration for rke2 addons. Adding control-plane for system-agent so it tolerates both controlplane and control-plane similar to cluster-agent.
1 parent 10ae1ec commit 10b094e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

manifests/system-upgrade-controller.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ spec:
6868
- key: "node-role.kubernetes.io/controlplane"
6969
operator: "Exists"
7070
effect: "NoSchedule"
71+
- key: "node-role.kubernetes.io/control-plane"
72+
operator: "Exists"
73+
effect: "NoSchedule"
7174
- key: "node-role.kubernetes.io/etcd"
7275
operator: "Exists"
7376
effect: "NoExecute"

0 commit comments

Comments
 (0)