Bug 1926484
Summary: | API server exits non-zero on 2 SIGTERM signals | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Mrunal Patel <mpatel> | |
Component: | kube-apiserver | Assignee: | Stefan Schimanski <sttts> | |
Status: | CLOSED ERRATA | QA Contact: | Mike Fiedler <mifiedle> | |
Severity: | urgent | Docs Contact: | ||
Priority: | urgent | |||
Version: | 4.7 | CC: | aos-bugs, mfojtik, mifiedle, pmuller, wking, xxia | |
Target Milestone: | --- | |||
Target Release: | 4.8.0 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | No Doc Update | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1927500 (view as bug list) | Environment: | ||
Last Closed: | 2021-07-27 22:42:29 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1927500 |
Description
Mrunal Patel
2021-02-08 21:09:16 UTC
Bug 1927500 is blocker+ for 4.7.0, so this will have to land before 4.8 to avoid regressing. Pretty sure that won't be a problem, but setting blocker+ here just to remove the question and hopefully save someone else a minute of process-time ;). https://github.com/openshift/kubernetes/pull/558 merged and https://amd64.ocp.releases.ci.openshift.org/releasestream/4.8.0-0.nightly/release/4.8.0-0.nightly-2021-02-11-053857 includes it according to the changelog, but the test still failed in several jobs: https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-4.8/1359791722200043520 https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/release-openshift-ocp-installer-e2e-aws-serial-4.8/1359789235325898752 https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/periodic-ci-openshift-release-master-ocp-4.8-e2e-metal-ipi-upgrade/1359739147568287744 https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/periodic-ci-openshift-release-master-ocp-4.8-e2e-metal-ipi-upgrade/1359739160054730752 Sorry, I did not mention which test I mean, and this bug does not mention it: [sig-api-machinery][Feature:APIServer][Late] kubelet terminates kube-apiserver gracefully [Suite:openshift/conformance/parallel] I got here via https://bugzilla.redhat.com/show_bug.cgi?id=1882750#c62 which says this is the proper bug that tracks this. Verified on 4.8.0-0.ci-2021-02-11-165522 On 4.7: first SIGTERM to kube-apiserver starts shutdown, second SIGTERM kills it. On 4.8: first SIGTERM starts shutdown, second SIGTERM is ignored and shutdown continues. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2021:2438 |