Bug 1984538
| Summary: | The openshift-operators namespace should not contain the openshift.io/cluster-monitoring namespace label | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | tflannag |
| Component: | OLM | Assignee: | Alexander Greene <agreene> |
| OLM sub component: | OLM | QA Contact: | Tom Buskey <tbuskey> |
| Status: | CLOSED ERRATA | Docs Contact: | |
| Severity: | high | ||
| Priority: | high | CC: | agreene, jiazha, tbuskey |
| Version: | 4.9 | Keywords: | Triaged |
| Target Milestone: | --- | ||
| Target Release: | 4.9.0 | ||
| 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: | 2021-10-18 17:40:27 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: | |||
|
Comment 5
Tom Buskey
2021-07-27 13:29:28 UTC
Cluster Version Operator
oc get ns openshift-operators -o yaml | grep mon
openshift.io/cluster-monitoring: "true"
oc version
Client Version: 4.9.0-202107212252.p0.git.4df50be.assembly.stream-4df50be
Server Version: 4.9.0-0.nightly-2021-07-25-125326
Kubernetes Version: v1.21.1+8268f88
Trying a newer build
oc get ns openshift-operators -o yaml | grep mon <no output> oc version Client Version: 4.9.0-202107261901.p0.git.1557476.assembly.stream-1557476 Server Version: 4.9.0-0.nightly-2021-07-28-043044 Kubernetes Version: v1.21.1+8268f88 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.9.0 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:3759 |