-
Notifications
You must be signed in to change notification settings - Fork 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
Clarify Scale down rule in the documentation (FAQ.md) #6290
Conversation
|
Welcome @faan11! |
you have to sign the CLA before the PR can be reviewed. |
To check EasyCLA /easycla |
/assign vadasambar |
@faan11 thank you for the PR! Mostly LGTM except the nits and can you sign the CLA please 🙏 |
/easycla |
Hi vadasamba, sorry for the delay, i've accepted the Easycla license. |
@faan11 can you address the review comments? Thanks. |
Yes, I've committed them. Now it should be clearer. |
@faan11, thanks for the changes, but you didn't update the help text for --scale-down-utilization-threshold as suggested by @vadasambar. |
Thank you @Shubham82, I apologize for misreading. I only read the first change. As suggested by @vadasambar , i provided a proper description for the flag scale-down-utilization-threshold . Let me know if it fine or we need to rephrase it somehow. |
@faan11 almost there. Let me know when you are done with them. |
Hi @vadasambar, thank you for your tips. I updated the file as you suggested, In the FAQ.md, i have also specified that the value is a floating point value that can range between 0 and 1. Let me know if it is ok or you have additional pointers to improve this pull request. |
@faan11, squash your commits. |
@faan11 can you squash your commits? Thank you! Otherwise LGTM /lgtm |
Yes i'll squash the branch commits and notify you when i'm done with it. |
I suppose we can proceed now @vadasambar @Shubham82 |
/unhold |
Thank you for the PR @faan11 ! @BigDarkClown @x13n can we get approval on this 🙏 |
HI @BigDarkClown @x13n, Can you please review this issue? Thank you |
I will bring this PR up in the upcoming sig meeting on Monday (8th Jan) if you don't get an approval by then. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one minor comment, feel free to cancel the hold if you disagree.
/lgtm
/approve
/hold
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: faan11, vadasambar, x13n The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
This commit clarifies the condition when a node can be scaled down by the Cluster Autoscaler (CA). The changes updates the section and flag description in the FAQ.md and main.go files.
Specify the maximum value in the CA scale-down rule
What type of PR is this?
/kind documentation
What this PR does / why we need it:
To clarify which criteria is currently used to scale down a node.
Which issue(s) this PR fixes:
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: