-
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
Non-graceful node shutdown #2268
Comments
/sig storage |
/sig node |
Hi @xing-yang, 1.21 enhancements lead here. |
Hi @annajung - we're still in the process of seeing which changes are needed for sig-node |
Greetings @xing-yang , The KEP must be merged in an implementable state Starting v1.21, all KEPs must include a production readiness review. Please make sure to take a look at the instructions and follow all steps. Thank you! |
Greetings @xing-yang, Enhancements Freeze is 2 days away, Feb 9th EOD PST Enhancements team is aware that KEP update is currently in progress (PR #1116). Please make sure to work on PRR questionnaires and requirements and get them merged before the freeze. For PRR related questions or to boost the PR for PRR review, please reach out in slack #prod-readiness Any enhancements that do not complete the following requirements by the freeze will require an exception. [IN PROGRESS] The KEP must be merged in an implementable state |
Hi @jrsapi, |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-contributor-experience at kubernetes/community. |
/remove-lifecycle stale |
Thank you for this issue.
Thanks! |
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 |
/remove-lifecycle stale |
/milestone v1.23 |
Hi @xing-yang, I submit 2 PRs for code and website. Could you update the issue description? |
Hello @xing-yang 👋, 1.28 Enhancements team here. Just checking in as we approach enhancements freeze on 1:00 UTC on Friday 16th June 2023. This enhancement is targeting for stage Here's where this enhancement currently stands:
For this KEP, we would need to take care of: The status of this enhancement is marked as |
/milestone v1.28 |
Hey @xing-yang The status of this enhancement is marked as |
In order to move non-graceful node shutdown feature to GA, according to https://github.com/kubernetes/sig-release/tree/master/releases/release-1.28 , right? |
Hey again @xing-yang 👋 Just checking in as we approach Code freeze at 01:00 UTC Friday, 19th July 2023 . Here’s the enhancement’s state for the upcoming code freeze:
For this enhancement, it looks like the following code-related PR/s are open and they need to be merged or should be in a merge-ready state before the code freeze commences : These are the code-related PR/s that I found on this KEP issue:
Please keep the issue description up-to-date with all the PR/s that are associated with this KEP and let me know if there are other PR/s in k/k we should be tracking for this KEP. As always, we are here to help if any questions come up. Thanks! |
Hi @ruheenaansari34, this PR kubernetes/kubernetes#118848 is a test so it should be merged by the test freeze deadline which is 01:00 UTC Wednesday 26nd July 2023 / 17:00 PDT Tuesday 25th July 2023. |
Hey @xing-yang the documentation states that all the code related and test related PRs should at least be in a merge ready condition for the Code Freeze. I understand the confusion :) Let me get back to you back after a discussion with the release leads regarding the test freeze deadline. Thank you! |
Hi @Atharva-Shinde, before moving a feature to Beta, we require e2e tests to be merged first, otherwise, the feature will be blocked. This feature already has e2e test and integration test. When moving a feature to GA, we are adding additional tests so that should not block the feature. Please let me know what you and the release team think. Thanks! |
Hey @xing-yang thanks for the clarification, so the additional test related changes of this KEP might probably be merged/completed before the Test Freeze i.e 01:00 UTC Wednesday, 26th July, 2023, is that correct? |
Hi @Atharva-Shinde, yes, that's the plan. |
There's a change in plan. We are not going to merge kubernetes/kubernetes#118848 because it depends on a specific cloud provider. We are working on adding an integration test instead: kubernetes/kubernetes#119478. Will try to get it merged when the code freeze is lifted. |
Hello @xing-yang! Is this feature require manual intervention? I mean if the problem occurs on production cluster during the non-working hours, does it need to wait until the cluster administrator arrives and add taint |
/remove-label lead-opted-in |
Can we close this ticket? non-graceful node shutdown has moved to GA in ver1.28. |
/close |
@SergeyKanzhelev: 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. |
Shadow contributions: - 1.27 shadow reviews: 6 - 1.28 shadow reviews: 9 - 1.29 - did not shadow due to time constraints with new SIG API Machinery TL role Planned contributions: - 1.30+ contribute to PRR, able to review roughly 12 KEPs per release. I am happy to PRR more than 12 so long as they are SIG API Machinery KEPs, since I'll be reviewing those anyway.. Shadow reviewer promotion criteria: Transitions from new to alpha - kubernetes#3983 - kubernetes#3751 Transitions from alpha to beta - kubernetes#3107 - kubernetes#2485 Transitions from beta to GA - kubernetes#2268 Three enhancements that require coordination between multiple components. - kubernetes#3751 - kubernetes#2485 - kubernetes#3107 Three enhancements that require version skew consideration (both HA and component skew): does behavior fail safely and eventually reconcile. - kubernetes#2268 (component skew) - kubernetes#2485 (component skew) - kubernetes#3751 (HA skew - feature gated fields, component skew) kubernetes#2268 (HA skew of controller considered) Three enhancements that are outside your primary domain. - kubernetes#3983 (SIG Node) - kubernetes#3751 (SIG Storage) - kubernetes#2268 (SIG Node) - kubernetes#3107 (SIG Storage) Examples where the feature requires considering the case of administering thousands of clusters. This comes up frequently for host-based features in storage, node, or networking. - Yes. E.g. kubernetes#2268 (ability to analyze cluster in aggregate considered, rescheduling considered) Examples where the feature requires considering the case of very large clusters. This is commonly covered by metrics. - Yes. E.g. kubernetes#3751 (new API call, volume of calls considered)
Enhancement Description
The text was updated successfully, but these errors were encountered: