Bug 2104589
Summary: | must-gather namespace should have “privileged” warn and audit pod security labels besides enforce | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | OpenShift BugZilla Robot <openshift-bugzilla-robot> |
Component: | oc | Assignee: | Arda Guclu <aguclu> |
oc sub component: | oc | QA Contact: | zhou ying <yinzhou> |
Status: | CLOSED ERRATA | Docs Contact: | Arda Guclu <aguclu> |
Severity: | high | ||
Priority: | unspecified | CC: | jchaloup, mfojtik |
Version: | 4.11 | ||
Target Milestone: | --- | ||
Target Release: | 4.11.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: | 2022-08-10 11:20:25 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: | 2103126 | ||
Bug Blocks: |
Description
OpenShift BugZilla Robot
2022-07-06 16:31:43 UTC
checked with latest oc , can't reproduce the issue now: [root@localhost ~]# oc get namespace/openshift-must-gather-75wrl -o yaml apiVersion: v1 kind: Namespace metadata: ... labels: kubernetes.io/metadata.name: openshift-must-gather-75wrl openshift.io/run-level: "0" pod-security.kubernetes.io/audit: privileged pod-security.kubernetes.io/enforce: privileged pod-security.kubernetes.io/warn: privileged .... oc version --client -o yaml clientVersion: buildDate: "2022-07-07T20:21:06Z" compiler: gc gitCommit: f17f1aa456e00569e88a0e8206c5b360e44055dd gitTreeState: clean gitVersion: 4.11.0-202207072008.p0.gf17f1aa.assembly.stream-f17f1aa goVersion: go1.18.1 major: "" minor: "" platform: linux/amd64 kustomizeVersion: v4.5.4 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 (Important: OpenShift Container Platform 4.11.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-2022:5069 |