apiVersion: v1 kind: Pod metadata: annotations: k8s.v1.cni.cncf.io/network-status: |- [{ "name": "openshift-sdn", "interface": "eth0", "ips": [ "172.31.9.60" ], "default": true, "dns": {} }] k8s.v1.cni.cncf.io/networks-status: |- [{ "name": "openshift-sdn", "interface": "eth0", "ips": [ "172.31.9.60" ], "default": true, "dns": {} }] openshift.io/scc: anyuid operatorframework.io/managed-by: marketplace-operator creationTimestamp: "2022-01-07T11:56:16Z" generateName: certified-operators- labels: catalogsource.operators.coreos.com/update: certified-operators olm.catalogSource: "" olm.pod-spec-hash: 68d696b46f name: certified-operators-grhxz namespace: openshift-marketplace ownerReferences: - apiVersion: operators.coreos.com/v1alpha1 blockOwnerDeletion: false controller: false kind: CatalogSource name: certified-operators uid: 12056f47-429b-11ea-bc7f-005056be3300 resourceVersion: "530688284" uid: d896dd75-bc7f-4204-af88-b4c51c627c3f spec: containers: - image: registry.redhat.io/redhat/certified-operator-index:v4.8 imagePullPolicy: Always livenessProbe: exec: command: - grpc_health_probe - -addr=:50051 failureThreshold: 3 initialDelaySeconds: 10 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 5 name: registry-server ports: - containerPort: 50051 name: grpc protocol: TCP readinessProbe: exec: command: - grpc_health_probe - -addr=:50051 failureThreshold: 3 initialDelaySeconds: 5 periodSeconds: 10 successThreshold: 1 timeoutSeconds: 5 resources: requests: cpu: 10m memory: 50Mi securityContext: capabilities: drop: - MKNOD readOnlyRootFilesystem: false terminationMessagePath: /dev/termination-log terminationMessagePolicy: FallbackToLogsOnError volumeMounts: - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access-vh9tn readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true imagePullSecrets: - name: certified-operators-dockercfg-thkkj nodeName: vmosprds02.hopitalvs.ch nodeSelector: kubernetes.io/os: linux preemptionPolicy: PreemptLowerPriority priority: 0 restartPolicy: Always schedulerName: default-scheduler securityContext: seLinuxOptions: level: s0:c18,c17 serviceAccount: certified-operators serviceAccountName: certified-operators terminationGracePeriodSeconds: 30 tolerations: - effect: NoExecute key: node.kubernetes.io/not-ready operator: Exists tolerationSeconds: 300 - effect: NoExecute key: node.kubernetes.io/unreachable operator: Exists tolerationSeconds: 300 - effect: NoSchedule key: node.kubernetes.io/memory-pressure operator: Exists volumes: - name: kube-api-access-vh9tn projected: defaultMode: 420 sources: - serviceAccountToken: expirationSeconds: 3607 path: token - configMap: items: - key: ca.crt path: ca.crt name: kube-root-ca.crt - downwardAPI: items: - fieldRef: apiVersion: v1 fieldPath: metadata.namespace path: namespace - configMap: items: - key: service-ca.crt path: service-ca.crt name: openshift-service-ca.crt status: conditions: - lastProbeTime: null lastTransitionTime: "2022-01-07T11:56:16Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2022-01-07T11:56:16Z" message: 'containers with unready status: [registry-server]' reason: ContainersNotReady status: "False" type: Ready - lastProbeTime: null lastTransitionTime: "2022-01-07T11:56:16Z" message: 'containers with unready status: [registry-server]' reason: ContainersNotReady status: "False" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2022-01-07T11:56:16Z" status: "True" type: PodScheduled containerStatuses: - image: registry.redhat.io/redhat/certified-operator-index:v4.8 imageID: "" lastState: {} name: registry-server ready: false restartCount: 0 started: false state: waiting: message: Back-off pulling image "registry.redhat.io/redhat/certified-operator-index:v4.8" reason: ImagePullBackOff hostIP: 172.30.35.207 phase: Pending podIP: 172.31.9.60 podIPs: - ip: 172.31.9.60 qosClass: Burstable startTime: "2022-01-07T11:56:16Z"