Bug 1948551
Summary: | apiserver-watcher should run in a privileged namespace | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Stefan Schimanski <sttts> |
Component: | Machine Config Operator | Assignee: | Luis Sanchez <sanchezl> |
Machine Config Operator sub component: | Machine Config Operator | QA Contact: | Deepak Punia <dpunia> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | high | CC: | aojeagar, aos-bugs, dpunia, kgarriso, mfojtik, mkrejci, rioliu, sanchezl, skumari, surbania, wking, xxia |
Version: | 4.9 | ||
Target Milestone: | --- | ||
Target Release: | 4.11.z | ||
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: | 2022-08-29 06:46:55 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: | 2078945, 2079097 | ||
Bug Blocks: |
Description
Stefan Schimanski
2021-04-12 12:25:42 UTC
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 |