Skip to content

Commit

Permalink
operator: Use priority class cluster critical (#972)
Browse files Browse the repository at this point in the history
The operator can be replaced by a pod running at different node. This
change represent that by setting priority class at operator to
`system-cluster-critical`.

Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon authored Jan 25, 2022
1 parent 7b5d185 commit b32e3c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/operator/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ spec:
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
priorityClassName: system-cluster-critical
containers:
- name: nmstate-operator
args:
Expand Down

0 comments on commit b32e3c1

Please sign in to comment.