Skip to content

Commit

Permalink
Merge pull request #3995 from tghartland/magnum-scale-to-zero
Browse files Browse the repository at this point in the history
Enable magnum provider scale to zero
  • Loading branch information
k8s-ci-robot authored May 3, 2021
2 parents 89b2373 + d103b70 commit 35b8e30
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 35b8e30

Please sign in to comment.