Skip to content

Commit c7adacf

Browse files
Merge pull request #229 from ravisantoshgudimetla/patch-1
Add system-critical priority class to controller
2 parents 050a65a + 19a4f55 commit c7adacf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

owned-manifests/clusterapi-manager-controllers.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ spec:
2121
api: clusterapi
2222
k8s-app: controller
2323
spec:
24+
priorityClassName: system-node-critical
2425
nodeSelector:
2526
node-role.kubernetes.io/master: ""
2627
tolerations:
@@ -79,4 +80,4 @@ spec:
7980
resources:
8081
requests:
8182
cpu: 10m
82-
memory: 20Mi
83+
memory: 20Mi

0 commit comments

Comments
 (0)