-
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
Allow StatefulSet to control start replica ordinal numbering #3335
Comments
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/sig multicluster |
/label lead-opted-in |
/milestone v1.26 |
Hello @pwschuurman 👋, 1.26 Enhancements team here. Just checking in as we approach enhancements freeze on 18:00 PDT on Thursday 6th October 2022. This enhancement is targeting for stage Here's where this enhancement currently stands:
For this KEP, we would just need to merge #3336, which will take care of above requirements. The status of this enhancement is marked as |
Quick reminder - Enhancement freeze is 2 days away. If you are still looking to get this enhancement into v1.26, please plan to get the PR #3336 merged. |
Hi @ruheenaansari34, #3336 has been merged. |
/sig apps |
/remove-sig multicluster |
Thanks, the enhancements team has this marked as |
/remove-lifecycle stale |
Hi @ruheenaansari34 @rhockenbury, this is currently marked as tracked by sig-multicluster, but the KEP is in sig-apps. Can the enhancements spreadsheet be updated to reflect the current state of this enhancement? https://github.com/orgs/kubernetes/projects/98/views/11?sortedBy%5Bdirection%5D=asc&sortedBy%5BcolumnId%5D=15217749&filterQuery=sig%3Asig-multicluster |
Thanks. Fixed. |
Hi @pwschuurman 👋, Checking in once more as we approach 1.26 code freeze at 17:00 PDT on Tuesday 8th November 2022. Please ensure the following items are completed:
For this enhancement, please plan to get PRs out for all k/k code so it can be merged up by code freeze. If you do have k/k PRs open, please link them to this issue. Let me know if there aren't any further PRs that need to be created or merged for this enhancements, so that I can mark it as As always, we are here to help should questions come up. Thanks! |
Hello @pwschuurman 👋, 1.31 Enhancements team here. Just checking in as we approach enhancements freeze on 02:00 UTC Friday 14th June 2024 / 19:00 PDT Thursday 13th June 2024. This enhancement is targeting for stage Here's where this enhancement currently stands:
For this KEP, we would just need to update the following:
The status of this enhancement is marked as |
Hi @pwschuurman 👋, 1.31 Enhancements team here, Just a quick friendly reminder as we approach the enhancements freeze later this week, at 02:00 UTC Friday 14th June 2024 / 19:00 PDT Thursday 13th June 2024. The current status of this enhancement is marked as If you anticipate missing enhancements freeze, you can file an exception request in advance. Thank you! |
@dipesh-rawat which bits exactly are missing, I've looked at the comment you've mentioned above and it looks like #4694 resolved them all, no? |
Hello @pwschuurman 👋, 1.31 Enhancements team here. Now that PR #4694 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 |
You're right I didn't notice that it merged in between 😉 |
Hi @pwschuurman, 👋 from the v1.31 Communications Team! We'd love for you to opt in to write a feature blog about your enhancement! Some reasons why you might want to write a blog for this feature include (but are not limited to) if this introduces breaking changes, is important to our users, or has been in progress for a long time and is graduating. To opt in, let us know and open a Feature Blog placeholder PR against the website repository by 3rd July, 2024. For more information about writing a blog see the blog contribution guidelines. Note: In your placeholder PR, use XX characters for the blog date in the front matter and file name. We will work with you on updating the PR with the publication date once we have a final number of feature blogs for this release. |
hello, @pwschuurman, friendly reminder about the upcoming blog opt-in and placeholder deadline on July 3rd. Please open a blog placeholder PR if you are interested in contributing a blog. |
Hey again @pwschuurman 👋, 1.31 Enhancements team here, Just checking in as we approach code freeze at at 02:00 UTC Wednesday 24th July 2024 / 19:00 PDT Tuesday 23rd July 2024. Here's where this enhancement currently stands:
For this enhancement, it looks like the following PRs are open and need to be merged before code freeze (and we need to update the Issue description to include all the related PRs of this KEP): Additionally, please let me know if there are any other PRs in k/k not listed in the description that we should track for this KEP, so that we can maintain accurate status. If you anticipate missing code freeze, you can file an exception request in advance. The status of this enhancement is marked as |
Hey again @pwschuurman 👋, 1.31 Enhancements team here, Just a quick friendly reminder as we approach code freeze in around two weeks time, at 02:00 UTC Wednesday 24th July 2024 / 19:00 PDT Tuesday 23rd July 2024. The current status of this enhancement is marked as If you anticipate missing code freeze, you can file an exception request in advance. |
Hey again @pwschuurman 👋, 1.31 Enhancements team here, Just a quick friendly reminder as we approach code freeze next week, at 02:00 UTC Wednesday 24th July 2024 / 19:00 PDT Tuesday 23rd July 2024. The current status of this enhancement is marked as If you anticipate missing code freeze, you can file an exception request in advance. |
Hey again @pwschuurman 👋, 1.31 Enhancements team here, Just a quick friendly reminder as we approach code freeze in less than 2 days, at 02:00 UTC Wednesday 24th July 2024 / 19:00 PDT Tuesday 23rd July 2024. The current status of this enhancement is marked as If you anticipate missing code freeze, you can file an exception request in advance. |
Hi @pwschuurman @soltysh, with kubernetes/kubernetes#125374 merged, are we good to mark this KEP as tracked for code freeze? |
Hi @sreeram-venkitesh, yes, kubernetes/kubernetes#125374 is the only PR necessary to target 1.31. |
Hi @pwschuurman Thanks for confirmation. Everything seems to be in place for this KEP issue now that the following code implementation PR have been merged. This enhancement is now marked as |
@pwschuurman in preparation for the next release, could you kindly update the |
Hello 👋 1.32 Enhancements Lead here, I'm closing milestone 1.31 now, /milestone clear |
Hi, enhancements lead here - I inadvertently added this to the 1.32 tracking board 😀. Please readd it if you wish to progress this enhancement in 1.32. /remove-label lead-opted-in |
Yes, filed #4955 |
Enhancement Description
.spec.ordinals.start
field.k/enhancements
) update PR(s): KEP-3335: StatefulSet Start Ordinal #3336k/k
) update PR(s): Add implementation of KEP-3335, StatefulSetSlice kubernetes#112744k/website
) update PR(s): Add initial documentation for StatefulSetSlice feature website#37224k/enhancements
) update PR(s): KEP-3335: Update beta milestone to 1.27 #3768k/k
) update PR(s): Move StatefulSetStartOrdinal feature gate to beta kubernetes#115260k/kube-state-metrics
) update PR(s): Add StatefulSet Start Ordinal metrics for KEP-3335 kube-state-metrics#1959k/k
) unit PR(s): Add enablement/disablement unit test for StatefulSetStartOrdinal feature kubernetes#115536k/k
) integration PR(s): Add integration tests for StatefulSetStartOrdinal feature kubernetes#115466k/k
) e2e PR(s): Add e2e tests for StatefulSetStartOrdinal feature kubernetes#115468k/website
) update(s): Update StatefulSetStartOrdinal documentation to target beta in 1.27 website#39823k/enhancements
) update PR(s): KEP-3335: Update stable milestone to 1.31 #4694k/k
) update PR(s): Promote StatefulSetStartOrdinal to stable in 1.31 kubernetes#125374k/kube-state-metrics
) update PR(s): feat: Promote kube_statefulset_ordinals_start from ALPHA -> STABLE kube-state-metrics#2415k/website
) update(s): Remove StatefulSetStartOrdinal feature gate to target stable in 1.31 website#46719k/enhancements
) status implemented PR(s): Update KEP-3335 kep.yaml to status: implemented #4955Please keep this description up to date. This will help the Enhancement Team to track the evolution of the enhancement efficiently.
The text was updated successfully, but these errors were encountered: