Description of problem: Aapiserver-watcher is run in kube-system. This makes it hard to know to which component it belongs: "kube-system/apiserver-watcher-ci-ln-zf7lprk-f76d1-k9v4x-master-0" "kube-system/apiserver-watcher-ci-ln-zf7lprk-f76d1-k9v4x-master-1" "kube-system/apiserver-watcher-ci-ln-zf7lprk-f76d1-k9v4x-master-2" Version-Release number of selected component (if applicable): 4.8 How reproducible: always Steps to Reproduce: install a cluster and checks pods in kube-system namespace Actual results: Expected results: pod in openshift-machine-config-operator
Reassigning to Casey to see if that's intended, as he implemented the original watcher
The problem is how to roll the change out: MCD can't delete files. So, we need to drop a dummy / noop file in the existing static pod so that it "goes away". Then we can stop rendering the file after a few releases.
My initial analysis was incorrect; but we do need to stage this rollout. Specifically, 4.9 needs to support a lockfile, because static pod upgrades are not "atomic". So, filed https://github.com/openshift/machine-config-operator/pull/2674 to add locking to 4.9. Then, in 4.10, we can finally re-namespace this pod.
All the associated PRs has been merged. Should this bug be moved to ON_QA?
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 (OpenShift Container Platform 4.11.2 bug fix 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/RHBA-2022:6143