OCPBUGS-112784: Revert TNF Graceful node shutdown - #6442
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@vimauro: This pull request references Jira Issue OCPBUGS-112784, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (3)
💤 Files with no reviewable changes (3)
Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review. WalkthroughThe change removes DualReplica kubelet shutdown configuration from the master template. It also removes the related TNF render test, configuration entry, and bare-metal ChangesKubelet shutdown handling cleanup
Estimated code review effort: 2 (Simple) | ~10 minutes Merge Risk: ⚪ Minimal · up to This PR reverts Graceful Node Shutdown configuration and its related tests; no actionable merge-blocking risk remains beyond normal checks and review. 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vimauro The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@vimauro: This pull request references Jira Issue OCPBUGS-112790, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@vimauro: This pull request references Jira Issue OCPBUGS-112784, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
/test e2e-metal-ovn-two-node-fencing-recovery |
|
/test e2e-metal-ovn-two-node-fencing |
|
/retest |
|
/verified by @vimauro on a live TNF cluster |
|
@vimauro: This PR has been marked as verified by DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@vimauro: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
|
/payload-job periodic-ci-openshift-release-main-nightly-4.22-e2e-metal-ovn-two-node-fencing-upgrade |
|
@vimauro: trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command
See details on https://pr-payload-tests.ci.openshift.org/runs/ci/53e0f280-a08d-11f1-90b1-849e7ecfa9fc-0 |
- What I did
Reverted the enablement of Graceful Node Shutdown for Two Node Fencing
GNS in its current upstream state has few unresolved issues, see kubernetes/kubernetes#112733 or kubernetes/enhancements#6249
The main issue we've encountered in some cases is related to pods (mainly from DaemonSets) to remain in
ReadyonNotReady/ shutting-down nodes.- How to verify it
/etc/kubernetes/kubelet.confon control plane nodes does NOT containshutdownGracePeriodorshutdownGracePeriodCriticalPodssettings- Description for the changelog
Reverted Graceful Node Shutdown enablement for DualReplica clusters due to unresolved upstream issues causing pods to remain
Readyon shutting-down nodes.Summary by CodeRabbit
Behavior Changes
Tests