Name:                 redhat-marketplace-mngj4
Namespace:            openshift-marketplace
Priority:             2000000000
Priority Class Name:  system-cluster-critical
Service Account:      redhat-marketplace
Node:                 crc/192.168.126.11
Start Time:           Fri, 27 Feb 2026 19:41:11 +0000
Labels:               olm.catalogSource=redhat-marketplace
                      olm.managed=true
                      olm.pod-spec-hash=8XtEGeARkcGa5q7OzAxaMI9LIEFgfCcfq6CFcN
Annotations:          cluster-autoscaler.kubernetes.io/safe-to-evict: true
                      k8s.ovn.org/pod-networks:
                        {"default":{"ip_addresses":["10.217.0.73/23"],"mac_address":"0a:58:0a:d9:00:49","gateway_ips":["10.217.0.1"],"routes":[{"dest":"10.217.0.0...
                      k8s.v1.cni.cncf.io/network-status:
                        [{
                            "name": "ovn-kubernetes",
                            "interface": "eth0",
                            "ips": [
                                "10.217.0.73"
                            ],
                            "mac": "0a:58:0a:d9:00:49",
                            "default": true,
                            "dns": {}
                        }]
                      openshift.io/required-scc: restricted-v2
                      openshift.io/scc: restricted-v2
                      operatorframework.io/managed-by: marketplace-operator
                      seccomp.security.alpha.kubernetes.io/pod: runtime/default
Status:               Pending
SeccompProfile:       RuntimeDefault
IP:                   10.217.0.73
IPs:
  IP:           10.217.0.73
Controlled By:  CatalogSource/redhat-marketplace
Init Containers:
  extract-utilities:
    Container ID:  cri-o://eb342e31d2b3c5e5580dbc74a1c42a3554696e407c466b7e3f1df11dd6ab7696
    Image:         quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:47b0670fa1051335fd2d2c9e8361e4ed77c7760c33a2180b136f7c7f59863ec2
    Image ID:      quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:47b0670fa1051335fd2d2c9e8361e4ed77c7760c33a2180b136f7c7f59863ec2
    Port:          <none>
    Host Port:     <none>
    Command:
      cp
    Args:
      /bin/copy-content
      /utilities/copy-content
    State:          Terminated
      Reason:       Completed
      Exit Code:    0
      Started:      Fri, 27 Feb 2026 19:41:12 +0000
      Finished:     Fri, 27 Feb 2026 19:41:12 +0000
    Ready:          True
    Restart Count:  0
    Environment:    <none>
    Mounts:
      /utilities from utilities (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-9pfgp (ro)
  extract-content:
    Container ID:  
    Image:         registry.redhat.io/redhat/redhat-marketplace-index:v4.18
    Image ID:      
    Port:          <none>
    Host Port:     <none>
    Command:
      /utilities/copy-content
    Args:
      --catalog.from=/configs
      --catalog.to=/extracted-catalog/catalog
      --cache.from=/tmp/cache
      --cache.to=/extracted-catalog/cache
    State:          Waiting
      Reason:       ErrImagePull
    Ready:          False
    Restart Count:  0
    Environment:    <none>
    Mounts:
      /extracted-catalog from catalog-content (rw)
      /utilities from utilities (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-9pfgp (ro)
Containers:
  registry-server:
    Container ID:  
    Image:         quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:c3cc3840d7a81ce1b420f06e07a923861faf37d9c10688aa3aa0b7b76c8706ad
    Image ID:      
    Port:          50051/TCP
    Host Port:     0/TCP
    Command:
      /bin/opm
    Args:
      serve
      /extracted-catalog/catalog
      --cache-dir=/extracted-catalog/cache
    State:          Waiting
      Reason:       PodInitializing
    Ready:          False
    Restart Count:  0
    Requests:
      cpu:      10m
      memory:   20Mi
    Liveness:   exec [grpc_health_probe -addr=:50051] delay=10s timeout=5s period=10s #success=1 #failure=3
    Readiness:  exec [grpc_health_probe -addr=:50051] delay=5s timeout=5s period=10s #success=1 #failure=3
    Startup:    exec [grpc_health_probe -addr=:50051] delay=0s timeout=5s period=10s #success=1 #failure=10
    Environment:
      GOMEMLIMIT:  20MiB
    Mounts:
      /extracted-catalog from catalog-content (rw)
      /var/run/secrets/kubernetes.io/serviceaccount from kube-api-access-9pfgp (ro)
Conditions:
  Type                        Status
  PodReadyToStartContainers   True 
  Initialized                 False 
  Ready                       False 
  ContainersReady             False 
  PodScheduled                True 
Volumes:
  utilities:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  catalog-content:
    Type:       EmptyDir (a temporary directory that shares a pod's lifetime)
    Medium:     
    SizeLimit:  <unset>
  kube-api-access-9pfgp:
    Type:                    Projected (a volume that contains injected data from multiple sources)
    TokenExpirationSeconds:  3607
    ConfigMapName:           kube-root-ca.crt
    ConfigMapOptional:       <nil>
    DownwardAPI:             true
    ConfigMapName:           openshift-service-ca.crt
    ConfigMapOptional:       <nil>
QoS Class:                   Burstable
Node-Selectors:              kubernetes.io/os=linux
                             node-role.kubernetes.io/master=
Tolerations:                 node-role.kubernetes.io/master:NoSchedule op=Exists
                             node.kubernetes.io/memory-pressure:NoSchedule op=Exists
                             node.kubernetes.io/not-ready:NoExecute op=Exists for 120s
                             node.kubernetes.io/unreachable:NoExecute op=Exists for 120s
Events:
  Type     Reason          Age                  From               Message
  ----     ------          ----                 ----               -------
  Normal   Scheduled       11m                  default-scheduler  Successfully assigned openshift-marketplace/redhat-marketplace-mngj4 to crc
  Normal   AddedInterface  11m                  multus             Add eth0 [10.217.0.73/23] from ovn-kubernetes
  Normal   Pulled          11m                  kubelet            Container image "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:47b0670fa1051335fd2d2c9e8361e4ed77c7760c33a2180b136f7c7f59863ec2" already present on machine
  Normal   Created         11m                  kubelet            Created container extract-utilities
  Normal   Started         11m                  kubelet            Started container extract-utilities
  Warning  Failed          9m51s (x5 over 11m)  kubelet            Error: ImagePullBackOff
  Normal   Pulling         9m38s (x4 over 11m)  kubelet            Pulling image "registry.redhat.io/redhat/redhat-marketplace-index:v4.18"
  Warning  Failed          9m36s (x4 over 11m)  kubelet            Failed to pull image "registry.redhat.io/redhat/redhat-marketplace-index:v4.18": copying system image from manifest list: reading signatures: reading signature from https://registry.redhat.io/containers/sigstore/redhat/redhat-marketplace-index@sha256=e848a00af7690cfa41500b98e0e7a0b9738ce0af7b6b4fee3ea20e0838523c30/signature-2: status 500 (Internal Server Error)
  Warning  Failed          9m36s (x4 over 11m)  kubelet            Error: ErrImagePull
  Normal   BackOff         69s (x41 over 11m)   kubelet            Back-off pulling image "registry.redhat.io/redhat/redhat-marketplace-index:v4.18"
