Allow mgr/mon to run on cp nodes

This commit is contained in:
Joseph Hanson 2024-02-16 12:47:13 -06:00
parent 8b61f0923b
commit 37173b482c

View file

@ -83,6 +83,10 @@ spec:
- matchExpressions:
- key: node-role.kubernetes.io/control-plane
operator: Exists
tolerations: # allow mgr to run on control plane nodes
- key: node-role.kubernetes.io/control-plane
operator: Exists
effect: NoSchedule
mon: *placement
resources:
mgr: