-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[CLI] change cluster creation cost savings mode default #14132
Conversation
Do we have the "cluster" feature documented already? |
Wouldn't it make sense to turn it around and have an |
I agree, avoiding the negation makes the flag more readable. let me change that. |
the documentation is in a pending PR, I'll leave a comment to adjust it according to this change. @hhsecond |
instead of having customers opt-into cost savings mode, we'll ask them to opt-out of cost savings mode.
--disable-cost-savings is less clear than --enable-performance
1407e40
to
7715b1a
Compare
…#14132) * [CLI] change cluster creation cost savings mode default instead of having customers opt-into cost savings mode, we'll ask them to opt-out of cost savings mode.
What does this PR do?
This PR changes the default for cluster creation:
instead of having customers opt-into cost savings mode, we'll ask them to opt-out of cost savings mode.
Based on internal discussions - see LAI2-10134
Does your PR introduce any breaking changes? If yes, please list them.
Before submitting
PR review
Anyone in the community is welcome to review the PR.
Before you start reviewing, make sure you have read the review guidelines. In short, see the following bullet-list:
Did you have fun?
Make sure you had fun coding 🙃
cc @Borda