Skip to content

Commit 2ba8491

Browse files
committed
prevent scaling nodes to zero to avoid autoscaler bug
Signed-off-by: Jeffrey Sica <[email protected]>
1 parent 0c6814b commit 2ba8491

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/cluster/equinix/autoscaler/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ spec:
188188
- --expander=price
189189
- --nodes=1:20:pool1
190190
- --nodes=1:10:pool2
191-
- --nodes=0:5:pool3
191+
- --nodes=1:5:pool3
192192
- --scale-down-unneeded-time=1m0s
193193
- --scale-down-delay-after-add=1m0s
194194
- --scale-down-unready-time=1m0s

0 commit comments

Comments
 (0)