[openshift-must-gather-7x4hp/10.132.0.15/must-gather-svkhf] { "apiVersion": "v1", "kind": "Pod", "metadata": { "annotations": { "k8s.ovn.org/pod-networks": "{\"default\":{\"ip_addresses\":[\"10.132.0.15/23\"],\"mac_address\":\"0a:58:0a:84:00:0f\",\"gateway_ips\":[\"10.132.0.1\"],\"routes\":[{\"dest\":\"10.132.0.0/14\",\"nextHop\":\"10.132.0.1\"},{\"dest\":\"172.31.0.0/16\",\"nextHop\":\"10.132.0.1\"},{\"dest\":\"169.254.0.5/32\",\"nextHop\":\"10.132.0.1\"},{\"dest\":\"100.64.0.0/16\",\"nextHop\":\"10.132.0.1\"}],\"ip_address\":\"10.132.0.15/23\",\"gateway_ip\":\"10.132.0.1\",\"role\":\"primary\"}}", "k8s.v1.cni.cncf.io/network-status": "[{\n \"name\": \"ovn-kubernetes\",\n \"interface\": \"eth0\",\n \"ips\": [\n \"10.132.0.15\"\n ],\n \"mac\": \"0a:58:0a:84:00:0f\",\n \"default\": true,\n \"dns\": {}\n}]" }, "creationTimestamp": "2026-02-17T13:09:30Z", "generateName": "must-gather-", "generation": 1, "labels": { "app": "must-gather" }, "name": "must-gather-svkhf", "namespace": "openshift-must-gather-7x4hp", "resourceVersion": "18804", "uid": "3a681322-16d9-4f49-85d1-01691f1646b8" }, "spec": { "affinity": { "nodeAffinity": { "requiredDuringSchedulingIgnoredDuringExecution": { "nodeSelectorTerms": [ { "matchExpressions": [ { "key": "kubernetes.io/hostname", "operator": "In", "values": [ "ip-10-0-132-113.ec2.internal", "ip-10-0-131-216.ec2.internal", "ip-10-0-131-118.ec2.internal" ] } ] } ] } } }, "containers": [ { "command": [ "/bin/bash", "-c", "if command -v setsid \u003e/dev/null 2\u003e\u00261 \u0026\u0026 command -v ps \u003e/dev/null 2\u003e\u00261 \u0026\u0026 command -v pkill \u003e/dev/null 2\u003e\u00261; then\n HAVE_SESSION_TOOLS=true\nelse\n HAVE_SESSION_TOOLS=false\nfi\n\n\necho \"[disk usage checker] Started\"\ntarget_dir=\"/must-gather\"\nusage_percentage_limit=\"70\"\nwhile true; do\nusage_percentage=$(df -P \"$target_dir\" | awk 'NR==2 {print $5}' | sed 's/%//')\necho \"[disk usage checker] Volume usage percentage: current = ${usage_percentage} ; allowed = ${usage_percentage_limit}\"\nif [ \"$usage_percentage\" -gt \"$usage_percentage_limit\" ]; then\n\techo \"[disk usage checker] Disk usage exceeds the volume percentage of ${usage_percentage_limit} for mounted directory, terminating...\"\n\tif [ \"$HAVE_SESSION_TOOLS\" = \"true\" ]; then\n\t\tps -o sess --no-headers | sort -u | while read sid; do\n\t\t\t[[ \"$sid\" -eq \"${$}\" ]] \u0026\u0026 continue\n\t\t\tpkill --signal SIGKILL --session \"$sid\"\n\t\tdone\n\telse\n\t\tkill 0\n\tfi\n\texit 1\nfi\nsleep 5\ndone \u0026 if [ \"$HAVE_SESSION_TOOLS\" = \"true\" ]; then\n setsid -w bash \u003c\u003c-MUSTGATHER_EOF\n/usr/bin/gather\nMUSTGATHER_EOF\nelse\n /usr/bin/gather\nfi; sync \u0026\u0026 echo 'Caches written to disk'" ], "env": [ { "name": "NODE_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "spec.nodeName" } } }, { "name": "POD_NAME", "valueFrom": { "fieldRef": { "apiVersion": "v1", "fieldPath": "metadata.name" } } } ], "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4e8844dab9d05cf9cc77ed56c2bdbfad029b00a2bef79efe843936df672ca9e7", "imagePullPolicy": "IfNotPresent", "name": "gather", "resources": {}, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "FallbackToLogsOnError", "volumeMounts": [ { "mountPath": "/must-gather", "name": "must-gather-output" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-p8s7d", "readOnly": true } ] }, { "command": [ "/bin/bash", "-c", "trap : TERM INT; sleep infinity \u0026 wait" ], "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4e8844dab9d05cf9cc77ed56c2bdbfad029b00a2bef79efe843936df672ca9e7", "imagePullPolicy": "IfNotPresent", "name": "copy", "resources": {}, "terminationMessagePath": "/dev/termination-log", "terminationMessagePolicy": "FallbackToLogsOnError", "volumeMounts": [ { "mountPath": "/must-gather", "name": "must-gather-output" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-p8s7d", "readOnly": true } ] } ], "dnsPolicy": "ClusterFirst", "enableServiceLinks": true, "imagePullSecrets": [ { "name": "default-dockercfg-vnmgq" } ], "nodeName": "ip-10-0-132-113.ec2.internal", "nodeSelector": { "kubernetes.io/os": "linux" }, "preemptionPolicy": "PreemptLowerPriority", "priority": 2000000000, "priorityClassName": "system-cluster-critical", "restartPolicy": "Never", "schedulerName": "default-scheduler", "securityContext": {}, "serviceAccount": "default", "serviceAccountName": "default", "terminationGracePeriodSeconds": 0, "tolerations": [ { "operator": "Exists" } ], "volumes": [ { "emptyDir": {}, "name": "must-gather-output" }, { "name": "kube-api-access-p8s7d", "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": "2026-02-17T13:09:32Z", "status": "True", "type": "PodReadyToStartContainers" }, { "lastProbeTime": null, "lastTransitionTime": "2026-02-17T13:09:30Z", "status": "True", "type": "Initialized" }, { "lastProbeTime": null, "lastTransitionTime": "2026-02-17T13:09:32Z", "status": "True", "type": "Ready" }, { "lastProbeTime": null, "lastTransitionTime": "2026-02-17T13:09:32Z", "status": "True", "type": "ContainersReady" }, { "lastProbeTime": null, "lastTransitionTime": "2026-02-17T13:09:30Z", "status": "True", "type": "PodScheduled" } ], "containerStatuses": [ { "containerID": "cri-o://fc992f4ec284ec2e75eab1847ac89870b50c99f252b307fe1e22392d39e19df9", "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4e8844dab9d05cf9cc77ed56c2bdbfad029b00a2bef79efe843936df672ca9e7", "imageID": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4e8844dab9d05cf9cc77ed56c2bdbfad029b00a2bef79efe843936df672ca9e7", "lastState": {}, "name": "copy", "ready": true, "resources": {}, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2026-02-17T13:09:31Z" } }, "user": { "linux": { "gid": 0, "supplementalGroups": [ 0 ], "uid": 0 } }, "volumeMounts": [ { "mountPath": "/must-gather", "name": "must-gather-output" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-p8s7d", "readOnly": true, "recursiveReadOnly": "Disabled" } ] }, { "containerID": "cri-o://5847131ee279d49ff70a2d94135bd807b7e48f43ef61596b3dcdbc3341eff18d", "image": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4e8844dab9d05cf9cc77ed56c2bdbfad029b00a2bef79efe843936df672ca9e7", "imageID": "quay.io/openshift-release-dev/ocp-v4.0-art-dev@sha256:4e8844dab9d05cf9cc77ed56c2bdbfad029b00a2bef79efe843936df672ca9e7", "lastState": {}, "name": "gather", "ready": true, "resources": {}, "restartCount": 0, "started": true, "state": { "running": { "startedAt": "2026-02-17T13:09:31Z" } }, "user": { "linux": { "gid": 0, "supplementalGroups": [ 0 ], "uid": 0 } }, "volumeMounts": [ { "mountPath": "/must-gather", "name": "must-gather-output" }, { "mountPath": "/var/run/secrets/kubernetes.io/serviceaccount", "name": "kube-api-access-p8s7d", "readOnly": true, "recursiveReadOnly": "Disabled" } ] } ], "hostIP": "10.0.132.113", "hostIPs": [ { "ip": "10.0.132.113" } ], "phase": "Running", "podIP": "10.132.0.15", "podIPs": [ { "ip": "10.132.0.15" } ], "qosClass": "BestEffort", "startTime": "2026-02-17T13:09:30Z" } }