Hide Forgot
Description of problem: As noticed by SNO team, the static pod installer overwrites the existing static pod manifest files instead of recreating them. This might confuse kubelet or tooling that watch for changes in the folder where we write those files and in some (rare) cases the "update" event might be missed by tools like inotify. Version-Release number of selected component (if applicable): 4.8/master How reproducible: Almost impossible to reproduce this, it is a corner case. This probably doesn't require a QE, the CI test runs were enough to mitigate any regression risks. Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: This BZ is needed to merge the library-go with fix bump into static pod operators.
Per bug commment 0, try to reproduce, it is a corner case, QE can do less, just checked the bug related PR have been landed in latest 4.8 nightly payload. $ oc adm release info --commits registry.ci.openshift.org/ocp/release:4.8.0-0.nightly-2021-05-26-172234 | grep kube-apiserver-operator cluster-kube-apiserver-operator https://github.com/openshift/cluster-kube-apiserver-operator ce4170b4a040fc03603f62d686a6e9ea0cadde34 $ git log --pretty="%h %an %cd - %s" ce4170b4 | grep '#1132 ' 45a3c93b OpenShift Merge Robot Tue May 18 21:25:01 2021 -0400 - Merge pull request #1132 from mfojtik/bump-static-pod $ oc adm release info --commits registry.ci.openshift.org/ocp/release:4.8.0-0.nightly-2021-05-26-172234 | grep kube-controller-manager-operator cluster-kube-controller-manager-operator https://github.com/openshift/cluster-kube-controller-manager-operator b00edfda6e300fd4c611c610450afeaafd0c9c44 $ git log --pretty="%h %an %cd - %s" b00edfda | grep '#524 ' 64ac616f OpenShift Merge Robot Mon May 17 08:31:21 2021 -0400 - Merge pull request #524 from mfojtik/bump-static-pod
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