-
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
Provide option to balance label based on the given labels #3615
Comments
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/lifecycle frozen |
If anyone wants to give this a go, I think it could be implemented fairly easily as a new comparator for BalancingNodeGroupSetProcessor. |
I have started working to implement this feature. |
@jbartosik Is this still valid? If so I would like to assign my self for this issue |
/assign |
+1 Go ahead.
On Sun, 10 Oct 2021 at 10:50 AM, Benura Abeywardena < ***@***.***> wrote:
@jbartosik <https://github.com/jbartosik> Is this still valid? If so I
would like to assign my self for this issue
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3615 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABYSBF3WOS45VDC24F2AUTUGEPAZANCNFSM4SRQTALQ>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Ratnadeep Debnath,
https://www.waartaa.com
GPG Fingerprint: A937 6DB0 91A2 3809 27B2 1C85 8145 B6DD 3CE6 14AC
|
Can you elaborate this feature a bit more? I'm new to this project |
@BLasan If this is not being worked upon, I would like to give it a shot. |
/assign |
this is done and should be closed |
closing this as this is done in the PR #4174 |
/close |
@Shubham82: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
It would be nice to have a flag that could be passed to the autoscaler to chose the flags to compare the nodes if they are same.
This request would be the opposite of https://github.com/kubernetes/autoscaler/pull/2493.
At the moment, in our project we are passing a lot of labels to this flag to be ignored. This can be simplified by passing in the opt-in labels vs exclude labels using a different flag say, --balancing-node-labels
The text was updated successfully, but these errors were encountered: