Skip to content

Commit

Permalink
Enable magnum provider scale to zero
Browse files Browse the repository at this point in the history
Now supported by magnum.
https://review.opendev.org/c/openstack/magnum/+/737580/

If using node group autodiscovery, older versions
of magnum will still forbid scaling to zero or
setting the minimum node count to zero.
  • Loading branch information
tghartland committed Apr 7, 2021
1 parent 6432771 commit d103b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster-autoscaler/cloudprovider/magnum/magnum_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
)

const (
scaleToZeroSupported = false
scaleToZeroSupported = true
)

// NodeRef stores the name, systemUUID and providerID of a node.
Expand Down

0 comments on commit d103b70

Please sign in to comment.