Bug 1807436
Summary: | openshift-kube-storage-version-migrator: Some core components are in openshift.io/run-level 1 and are bypassing SCC, but should not be | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Stefan Schimanski <sttts> |
Component: | kube-apiserver | Assignee: | Stefan Schimanski <sttts> |
Status: | CLOSED ERRATA | QA Contact: | Ke Wang <kewang> |
Severity: | urgent | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.4 | CC: | aos-bugs, ccoleman, eparis, jialiu, jokerman, mfojtik, nhale, nstielau, sfowler, wsun, xiyuan, xtian, xxia |
Target Milestone: | --- | Keywords: | Reopened |
Target Release: | 4.5.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | 1806919 | Environment: | |
Last Closed: | 2020-07-13 17:21:31 UTC | Type: | --- |
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: | |||
Bug Blocks: | 1806919 |
Comment 6
Sudha Ponnaganti
2020-03-05 00:14:07 UTC
Verified with below OCP build, $ oc version Client Version: 4.5.0-202003062301-8ce6126 Server Version: 4.5.0-0.nightly-2020-03-06-190457 Kubernetes Version: v1.17.1 $ for ns in $(oc get namespaces | grep openshift-kube-storage-version-migrator | awk '{print $1}'); do echo "${ns}:";oc get namespaces/$ns -o json| jq .metadata.labels; done openshift-kube-storage-version-migrator: { "openshift.io/cluster-monitoring": "true" } openshift-kube-storage-version-migrator-operator: { "openshift.io/cluster-monitoring": "true" } The results all are as expected. 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, 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-2020:2409 |