-
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
Take taints/tolerations into consideration when calculating PodTopologySpread skew #3094
Comments
/sig scheduling The milestone should still be discussed about. |
/assign |
/milestone v1.24 |
Tip: When we time to graduate this to Beta, don't forget this advices. @kerthcet #3105 (comment) |
Hello @kerthcet 👋, 1.24 Enhancements team here. Just checking in as we approach enhancements freeze on 18:00pm PT on Thursday Feb 3rd, 2022. For note, This enhancement is targeting for stage Here’s where this enhancement currently stands:
With all the KEP requirements in place & merged into k/enhancements, this enhancement is all good for the upcoming enhancements freeze. 🚀 For note, the status of this enhancement is marked as |
Hi, is there any progress on the implementation PR? |
Yes, but I'm waiting for this kubernetes/kubernetes#107421 merged first for some potential conflicts. |
Hi @kerthcet 👋 1.24 Docs shadow here. This enhancement is marked as Needs Docs for the 1.24 release. Please follow the steps detailed in the documentation to open a PR against the dev-1.24 branch in the k/website repo. This PR can be just a placeholder at this time and must be created before Thursday 31st March 2022, 18:00 PDT. Also, if needed take a look at Documenting for a release to familiarize yourself with the docs requirement for the release. Thanks! |
Hi all, the api part of this kep has been finished in kubernetes/kubernetes#108492, please take a look if you guys have time. |
Hello @kerthcet 👋 I'm just checking in once more as we approach the 1.24 Code Freeze on 18:00 PDT, Tuesday, March 29th 2022 Please ensure the following items are completed:
For note, the status of this enhancement is currently marked as Kindly please let me know if I'm missing any open PRs other than the ones I linked above. Thank you so much! |
Thanks @Priyankasaggu11929 , no PR missed. I'll focus on this kep these days. |
Hi, 1.24 Enhancements Lead here 👋. With code freeze now in effect, this enhancement has not met the criteria for the freeze and has been removed from the milestone. As a reminder, the criteria for code freeze is: All PRs to the kubernetes/kubernetes repo have merged by the code freeze deadline Thanks! |
Exception was rejected and I'd like to merge this one to release 1.25 then. |
Hello @kerthcet 👋, v1.33 Enhancements team here. Unfortunately, this enhancement did not meet requirements for enhancements freeze. If you still wish to progress this enhancement in v1.33, please file an exception request as soon as possible, within three days. If you have any questions, you can reach out in the #release-enhancements channel on Slack and we'll be happy to help. Thanks! /milestone clear |
Hi @dipesh-rawat sorry missed your message, I just submitted a pr #5172 to add the necessary part, does this need a exception considering it's already approved and only a bit few changes. Thanks. |
/reopen |
@kerthcet: Reopened 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-sigs/prow repository. |
@kerthcet Unfortunately, the enhancement freeze deadline has passed, and this issue was removed from milestone. I see PR #5172 is merged post deadline fixing the outstanding items. But to move forward, we’ll need a short exception request filed. Once the exception request is raised and then approved by the release team, this can be added back to the milestone. If you still wish to progress this enhancement in v1.33, please file an exception request as soon as possible, within three days. If you have any questions, you can reach out in the #release-enhancements channel on Slack and we'll be happy to help. Thanks! |
Thanks @dipesh-rawat already submitted the Exception, thanks for your time, PTAL. |
@kerthcet Now that PRs #4912 #5172 has been merged, all the KEP requirements are in place and merged into k/enhancements, this enhancement is all good for the upcoming enhancements freeze. 🚀 The status of this enhancement is marked as /milestone v1.33 |
Hello @kerthcet 👋, v1.33 Docs Lead here. Does this enhancement work planned for v1.33 require any new docs or modification to existing docs? If so, please follow the steps here to open a PR against Also, take a look at Documenting for a release to get yourself familiarize with the docs requirement for the release. Thank you! |
Hi @kerthcet 👋 v1.33 Docs Lead here. The deadline to raise a placeholder Docs PR is Thursday 27th February 2025 18:00 PDT. Thanks! |
created here: kubernetes/website#49927, will polish |
Thanks @kerthcet |
Hey again @kerthcet 👋, v1.33 Enhancements team here, Just checking in as we approach Code Freeze at 02:00 UTC Friday 21st March 2025 / 19:00 PDT Thursday 20th March 2025. Here's where this enhancement currently stands:
For this enhancement, I couldn’t find any PR listed in the GitHub issue, neither can I find any associated PRs in
If you anticipate missing code freeze, you can file an exception request in advance. The status of this enhancement is marked as As always, we are here to help if any questions come up. Thanks! |
Hi @kerthcet 👋 -- this is Aakanksha (@aakankshabhende ) from the 1.33 Communications Team! For the 1.33 release, we are currently in the process of collecting and curating a list of potential feature blogs, and we'd love for you to consider writing one for your enhancement! As you may be aware, feature blogs are a great way to communicate to users about features which fall into (but not limited to) the following categories:
To opt in to write a feature blog, could you please let us know and open a "Feature Blog placeholder PR" (which can be only a skeleton at first) against the website repository by Wednesday, 5th March, 2025? For more information about writing a blog, please find the blog contribution guidelines 📚 Tip Some timeline to keep in mind:
Note In your placeholder PR, use |
Hi @kerthcet 👋 -- this is Aakanksha (@aakankshabhende ) from 1.33 Communications Team here again! This is a gentle reminder for the feature blog deadline mentioned above, which is 02:00 UTC Wednesday, 5th March, 2025. To opt in, please let us know and open a Feature Blog placeholder PR against Tip Some timeline to keep in mind:
Note In your placeholder PR, use |
Hi @kerthcet 👋, v1.33 Enhancements team here, Just a quick friendly reminder as we approach the code freeze later this week, at 02:00 UTC Friday 21st March 2025 / 19:00 PDT Thursday 20th March 2025. The current status of this enhancement is marked as If you anticipate missing code freeze, you can file an exception request in advance. Thank you! |
Enhancement Description
k/enhancements
) update PR(s): KEP-3094: take toleration/taints into considering when computing skew #3105k/k
) update PR(s): Add NodeInclusionPolicy to TopologySpreadConstraint in PodSpec kubernetes#108492 feat: implement node inclusion policy in scheduler kubernetes#108884k/website
) update PR(s): Document the new NodeInclusionPolicyInPodTopologySpread feature gate website#35044k/enhancements
) update PR(s): KEP-3094: Graduate NodeInclusionPolicy to Beta in v1.26 #3539k/k
) update PR(s):k/website
) update(s): Graduate scheduler nodeInclusionPolicy to beta website#37688k/enhancements
) update PR(s): KEP-3094: Graduate NodeInclusionPolicyInPodTopologySpread to GA #4912k/k
) update PR(s): KEP-3094: Promote NodeInclusionPolicyInPodTopologySpread to Stable kubernetes#130920k/website
) update(s): [Scheduler] Graduate NodeInclusionPolicy to GA website#49927The text was updated successfully, but these errors were encountered: