Hide Forgot
Verified on 4.8.0-0.nightly-2022-04-26-191618. Steps to reproduce: 1. Create two new namespaces called test-1 and test-2 2. Edit the YAML with the following: apiVersion: v1 kind: Namespace metadata: annotations: openshift.io/description: "" openshift.io/display-name: "" openshift.io/requester: kube:admin openshift.io/sa.scc.uid-range: 1000670000/10000 labels: kubernetes.io/metadata.name: test-1 name: test-1 spec: apiVersion: v1 kind: Namespace metadata: annotations: openshift.io/description: "" openshift.io/display-name: "" openshift.io/requester: kube:admin openshift.io/sa.scc.uid-range: 1000675000/10000 labels: kubernetes.io/metadata.name: test-2 name: test-2 spec: 3. Restart insights operator 4. Download archive 5. Check config/namespaces_with_overlapping_uids.json There should be an array with the names of the overlapping namespaces (test-1, test-2)
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.8.41 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:2272