Allow mgr/mon to run on cp nodes
This commit is contained in:
parent
8b61f0923b
commit
37173b482c
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue