Hide Forgot
In comment #4 Yayin You used a baremetal cluster on vsphere, we ensure we had set annotation and runtimeclass on image-registry pod. Yes, the registry pod could come up finally. And I check on a common vpshere cluster today, the registry pod could be running fast after set annotation and runtimeclass with 13 milons files. oc get pods -l docker-registry=default -w NAME READY STATUS RESTARTS AGE image-registry-69f7bc8d99-nfb6v 1/1 Terminating 0 4m3s image-registry-69f7bc8d99-nfb6v 0/1 Terminating 0 4m21s image-registry-69f7bc8d99-nfb6v 0/1 Terminating 0 4m21s image-registry-69f7bc8d99-nfb6v 0/1 Terminating 0 4m21s image-registry-fcc77b458-bx2xf 0/1 Pending 0 0s image-registry-fcc77b458-bx2xf 0/1 Pending 0 0s image-registry-fcc77b458-bx2xf 0/1 ContainerCreating 0 0s image-registry-fcc77b458-bx2xf 0/1 ContainerCreating 0 11s image-registry-fcc77b458-bx2xf 0/1 Running 0 12s image-registry-fcc77b458-bx2xf 1/1 Running 0 13s oc get pods image-registry-fcc77b458-bx2xf -o yaml | grep -i selinux -A 1 -B 1 imageregistry.operator.openshift.io/dependencies-checksum: sha256:134bfb909a388b54f8dc8ba191dcbcb3572f968c84d65499ef7cb3e091e21f51 io.kubernetes.cri-o.TrySkipVolumeSELinuxLabel: "true" k8s.v1.cni.cncf.io/network-status: |- -- -- restartPolicy: Always runtimeClassName: selinux schedulerName: default-scheduler -- -- fsGroupChangePolicy: OnRootMismatch seLinuxOptions: level: s0:c18,c17 Per comment #8, will approve the fix pr.
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.9.33 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:2206
*** Bug 2102510 has been marked as a duplicate of this bug. ***