Skip to content

Commit

Permalink
prevent scaling nodes to zero to avoid autoscaler bug
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffrey Sica <[email protected]>
  • Loading branch information
jeefy committed Oct 24, 2024
1 parent 0c6814b commit 2ba8491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/cluster/equinix/autoscaler/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ spec:
- --expander=price
- --nodes=1:20:pool1
- --nodes=1:10:pool2
- --nodes=0:5:pool3
- --nodes=1:5:pool3
- --scale-down-unneeded-time=1m0s
- --scale-down-delay-after-add=1m0s
- --scale-down-unready-time=1m0s
Expand Down

0 comments on commit 2ba8491

Please sign in to comment.