Skip to content

Commit 4c874c6

Browse files
authored
Ensure cluster autoscaler availability (#2347)
1 parent bcd3814 commit 4c874c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/manifests/cluster-autoscaler.yaml.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,13 +176,13 @@ spec:
176176
app: cluster-autoscaler
177177
spec:
178178
serviceAccountName: cluster-autoscaler
179+
priorityClassName: system-cluster-critical
179180
containers:
180181
- image: {{ config['image_cluster_autoscaler'] }}
181182
name: cluster-autoscaler
182183
resources:
183184
limits:
184185
cpu: 300m
185-
memory: 1Gi
186186
requests:
187187
cpu: 100m
188188
memory: 200Mi

0 commit comments

Comments
 (0)