-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Create 20200529-pod-cost-annotations #1828
Conversation
Welcome @drbugfinder-work! |
Hi @drbugfinder-work. Thanks for your PR. I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. 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. |
@liggitt |
Thanks for the updates. I'd recommend getting input from the sig-apps reviewers as well. I will have more time to look at this after the 1.19 code freeze. |
@janetkuo Are the last changes sufficient to get the pull request for this KEP accepted? |
@janetkuo |
@drbugfinder-work we've added this KEP for discussion at the next SIG Apps meeting, Monday 15th 9am PT. See more details about the meetings here if you're able to join: https://github.com/kubernetes/community/tree/master/sig-apps#meetings. |
@liggitt Hi Jordan, |
Hi @janetkuo, @mattfarina, |
@janetkuo @mattfarina is there any chance to get this or #1888 accepted? |
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.
Thanks richard
keps/sig-apps/2255-pod-cost/20210112-delete-priority-annotations.yaml
Outdated
Show resolved
Hide resolved
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: drbugfinder-work, janetkuo 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 |
08b35c2
to
80120d7
Compare
@drbugfinder-work thanks for addressing the comments and putting the KEP together!!! |
/lgtm As discussed, we are going to merge this as provisional and continue the discussion in a new PR that aims to promote it to implementable. Notable things that needs works are: design details, in particular calling out that when pod-cost is set, the rank calculated by ReplicaSet is pod-cost then podsOnNode, when not set it will be just podsOnNode. The KEP also need to discuss whether or not this will be gated by a feature flag. |
@drbugfinder-work can you please run |
@ahg-g I've executed ./hack/update-toc.sh |
@drbugfinder-work: Cannot trigger testing until a trusted user reviews the PR and leaves an 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. |
/ok-to-test |
thanks, can you squash the two commits pls. |
so I just learned about this: /label tide/merge-method-squash |
/lgtm |
Thanks Jan, feel free to open a follow up PR. Lets try to get this done as soon as possible please. |
@kgolab and I are working on a case that relates to this KEP. Relates to a preference to kill the oldest pod first which goes to the memory leaks occurring in a set of autoscaled replicas. The min set of replicas never change because they are always the oldest and as the result their performance degrades over time. |
@jforyciarz this should be easy to implement using a webhook. For example, you can define an annotation |
kubernetes/kubernetes#45509