--- apiVersion: v1 kind: Pod metadata: annotations: k8s.ovn.org/pod-networks: '{"default":{"ip_addresses":["10.130.0.10/23"],"mac_address":"0a:58:0a:82:00:0a","gateway_ips":["10.130.0.1"],"routes":[{"dest":"10.128.0.0/14","nextHop":"10.130.0.1"},{"dest":"172.30.0.0/16","nextHop":"10.130.0.1"},{"dest":"169.254.0.5/32","nextHop":"10.130.0.1"},{"dest":"100.64.0.0/16","nextHop":"10.130.0.1"}],"ip_address":"10.130.0.10/23","gateway_ip":"10.130.0.1","role":"primary"}}' k8s.v1.cni.cncf.io/network-status: |- [{ "name": "ovn-kubernetes", "interface": "eth0", "ips": [ "10.130.0.10" ], "mac": "0a:58:0a:82:00:0a", "default": true, "dns": {} }] creationTimestamp: "2025-10-11T10:39:53Z" labels: app: pruner managedFields: - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:labels: .: {} f:app: {} f:ownerReferences: .: {} k:{"uid":"20f52fb6-15af-4423-a6ec-eea001b85b44"}: {} f:spec: f:automountServiceAccountToken: {} f:containers: k:{"name":"pruner"}: .: {} f:args: {} f:command: {} f:image: {} f:imagePullPolicy: {} f:name: {} f:resources: .: {} f:limits: .: {} f:cpu: {} f:memory: {} f:requests: .: {} f:cpu: {} f:memory: {} f:securityContext: .: {} f:privileged: {} f:runAsUser: {} f:terminationMessagePath: {} f:terminationMessagePolicy: {} f:volumeMounts: .: {} k:{"mountPath":"/etc/kubernetes/"}: .: {} f:mountPath: {} f:name: {} k:{"mountPath":"/var/run/secrets/kubernetes.io/serviceaccount"}: .: {} f:mountPath: {} f:name: {} f:readOnly: {} f:dnsPolicy: {} f:enableServiceLinks: {} f:nodeName: {} f:priorityClassName: {} f:restartPolicy: {} f:schedulerName: {} f:securityContext: .: {} f:runAsUser: {} f:serviceAccount: {} f:serviceAccountName: {} f:terminationGracePeriodSeconds: {} f:tolerations: {} f:volumes: .: {} k:{"name":"kube-api-access"}: .: {} f:name: {} f:projected: .: {} f:defaultMode: {} f:sources: {} k:{"name":"kubelet-dir"}: .: {} f:hostPath: .: {} f:path: {} f:type: {} f:name: {} manager: cluster-kube-scheduler-operator operation: Update time: "2025-10-11T10:39:53Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: .: {} f:k8s.ovn.org/pod-networks: {} manager: master-0 operation: Update subresource: status time: "2025-10-11T10:39:53Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:metadata: f:annotations: f:k8s.v1.cni.cncf.io/network-status: {} manager: multus-daemon operation: Update subresource: status time: "2025-10-11T10:39:53Z" - apiVersion: v1 fieldsType: FieldsV1 fieldsV1: f:status: f:conditions: .: {} k:{"type":"ContainersReady"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:reason: {} f:status: {} f:type: {} k:{"type":"Initialized"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"PodReadyToStartContainers"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"PodScheduled"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:status: {} f:type: {} k:{"type":"Ready"}: .: {} f:lastProbeTime: {} f:lastTransitionTime: {} f:reason: {} f:status: {} f:type: {} f:containerStatuses: {} f:hostIP: {} f:hostIPs: {} f:phase: {} f:podIP: {} f:podIPs: .: {} k:{"ip":"10.130.0.10"}: .: {} f:ip: {} f:startTime: {} manager: kubelet operation: Update subresource: status time: "2025-10-11T10:40:01Z" name: revision-pruner-6-master-0 namespace: openshift-kube-scheduler ownerReferences: - apiVersion: v1 kind: ConfigMap name: revision-status-6 uid: 20f52fb6-15af-4423-a6ec-eea001b85b44 resourceVersion: "20416" uid: f810d826-e11a-4e68-8b42-f9cc96815f6e spec: automountServiceAccountToken: false containers: - args: - -v=4 - --max-eligible-revision=6 - --protected-revisions=2,3,4,5,6 - --resource-dir=/etc/kubernetes/static-pod-resources - --cert-dir=kube-scheduler-certs - --static-pod-name=kube-scheduler-pod command: - cluster-kube-scheduler-operator - prune image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f81582ec6e6cc159d578a2d70ce7c8a4db8eb0172334226c9123770d7d2a1642 imagePullPolicy: IfNotPresent name: pruner resources: limits: cpu: 150m memory: 200M requests: cpu: 150m memory: 200M securityContext: privileged: true runAsUser: 0 terminationMessagePath: /dev/termination-log terminationMessagePolicy: FallbackToLogsOnError volumeMounts: - mountPath: /etc/kubernetes/ name: kubelet-dir - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access readOnly: true dnsPolicy: ClusterFirst enableServiceLinks: true imagePullSecrets: - name: installer-sa-dockercfg-js756 nodeName: master-0 preemptionPolicy: PreemptLowerPriority priority: 2000001000 priorityClassName: system-node-critical restartPolicy: Never schedulerName: default-scheduler securityContext: runAsUser: 0 serviceAccount: installer-sa serviceAccountName: installer-sa terminationGracePeriodSeconds: 30 tolerations: - operator: Exists volumes: - hostPath: path: /etc/kubernetes/ type: "" name: kubelet-dir - name: kube-api-access projected: defaultMode: 420 sources: - serviceAccountToken: expirationSeconds: 3600 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 status: conditions: - lastProbeTime: null lastTransitionTime: "2025-10-11T10:40:01Z" status: "False" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2025-10-11T10:39:53Z" status: "True" type: Initialized - lastProbeTime: null lastTransitionTime: "2025-10-11T10:39:59Z" reason: PodFailed status: "False" type: Ready - lastProbeTime: null lastTransitionTime: "2025-10-11T10:39:59Z" reason: PodFailed status: "False" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2025-10-11T10:39:53Z" status: "True" type: PodScheduled containerStatuses: - containerID: cri-o://031944b70ff26e5fd30918c1f6363036efb199cbed1980002fd956f601b576fd image: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f81582ec6e6cc159d578a2d70ce7c8a4db8eb0172334226c9123770d7d2a1642 imageID: quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:f81582ec6e6cc159d578a2d70ce7c8a4db8eb0172334226c9123770d7d2a1642 lastState: {} name: pruner ready: false restartCount: 0 started: false state: terminated: containerID: cri-o://031944b70ff26e5fd30918c1f6363036efb199cbed1980002fd956f601b576fd exitCode: 255 finishedAt: "2025-10-11T10:39:58Z" message: | I1011 10:39:58.821992 1 cmd.go:39] &{ true {false} prune true map[cert-dir:0xc00090fb80 max-eligible-revision:0xc00090f900 protected-revisions:0xc00090f9a0 resource-dir:0xc00090fa40 static-pod-name:0xc00090fae0 v:0xc000926320] [0xc000926320 0xc00090f900 0xc00090f9a0 0xc00090fa40 0xc00090fb80 0xc00090fae0] [] map[cert-dir:0xc00090fb80 help:0xc0009266e0 log-flush-frequency:0xc000926280 max-eligible-revision:0xc00090f900 protected-revisions:0xc00090f9a0 resource-dir:0xc00090fa40 static-pod-name:0xc00090fae0 v:0xc000926320 vmodule:0xc0009263c0] [0xc00090f900 0xc00090f9a0 0xc00090fa40 0xc00090fae0 0xc00090fb80 0xc000926280 0xc000926320 0xc0009263c0 0xc0009266e0] [0xc00090fb80 0xc0009266e0 0xc000926280 0xc00090f900 0xc00090f9a0 0xc00090fa40 0xc00090fae0 0xc000926320 0xc0009263c0] map[104:0xc0009266e0 118:0xc000926320] [] -1 0 0xc000906600 true 0x223c100 []} I1011 10:39:58.822330 1 cmd.go:40] (*prune.PruneOptions)(0xc00090a9b0)({ MaxEligibleRevision: (int) 6, ProtectedRevisions: ([]int) (len=5 cap=5) { (int) 2, (int) 3, (int) 4, (int) 5, (int) 6 }, ResourceDir: (string) (len=36) "/etc/kubernetes/static-pod-resources", CertDir: (string) (len=20) "kube-scheduler-certs", StaticPodName: (string) (len=18) "kube-scheduler-pod" }) F1011 10:39:58.822487 1 cmd.go:46] open /etc/kubernetes/static-pod-resources: no such file or directory reason: Error startedAt: "2025-10-11T10:39:57Z" volumeMounts: - mountPath: /etc/kubernetes/ name: kubelet-dir - mountPath: /var/run/secrets/kubernetes.io/serviceaccount name: kube-api-access readOnly: true recursiveReadOnly: Disabled hostIP: 192.168.34.10 hostIPs: - ip: 192.168.34.10 phase: Failed podIP: 10.130.0.10 podIPs: - ip: 10.130.0.10 qosClass: Guaranteed startTime: "2025-10-11T10:39:53Z"