Bug 1790989
Summary: | Cluster managed daemonsets and deployments reporting not all pods are ready when all pods appear to be running | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Luke Stanton <lstanton> |
Component: | Node | Assignee: | Ryan Phillips <rphillips> |
Status: | CLOSED WONTFIX | QA Contact: | Sunil Choudhary <schoudha> |
Severity: | urgent | Docs Contact: | |
Priority: | urgent | ||
Version: | 4.2.0 | CC: | acomabon, adeshpan, agarcial, aos-bugs, arghosh, dahernan, danw, e30532, eparis, fabian.ahbeck, ggore, jcrumple, jinjli, jmalde, jokerman, knewcome, mvardhan, oarribas, openshift-bugs-escalate, pbertera, rgregory, rkant, rphillips, scuppett, tnozicka, wking |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | 4.6.0 | Flags: | acomabon:
needinfo?
|
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2020-07-08 17:20:03 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: |
Description
Luke Stanton
2020-01-14 16:18:07 UTC
Looks like this [1] upstream issue, which is still active. 1. https://github.com/kubernetes/kubernetes/issues/53023 Rolling the daemonset seems to mitigate the issue for now. ``` oc rollout restart ds [ds name]. ``` Bug 1804717 might help with this. Or it will at least maximize the benefit of a fix to Kube's Deployment controller. 1804717 works around the problem for a single DaemonSet but the problem still exists for every other DaemonSet. If we are not going to fix it in kubelet then we need to get rid of every DaemonSet in OCP... There are patches in later releases fixing this issue in 4.2. If this issue is found again in later release, please open a new bug. |