Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change autoscaler configuration #201

Merged
merged 1 commit into from
Sep 28, 2018
Merged

Conversation

petersutter
Copy link
Member

@petersutter petersutter commented Sep 27, 2018

What this PR does / why we need it:
When creating a new cluster the autoscaler min size is defaulted to 2. Most users that want to play around do not change the default values and this produces unnecessary costs, hence the default min value is changed to 1.
Also the minimum allowed value for autoscaler min and max value is changed from 1 to 0.

Which issue(s) this PR fixes:
Fixes #131

Special notes for your reviewer:

Release note:

Changes in cluster creation dialog
- The default autoscaler min value changed from 2 to 1
- Allow autoscaler min and max values to be 0

allow autoscaler min and max value to be 0
Copy link
Member

@holgerkoser holgerkoser left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@petersutter petersutter merged commit 4fd80f4 into master Sep 28, 2018
@petersutter petersutter deleted the autoscaler-default-values branch September 28, 2018 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Autoscaler configurations
2 participants