apiVersion: v1 kind: Pod metadata: annotations: descheduler.alpha.kubernetes.io/request-evict-only: "" k8s.ovn.org/pod-networks: '{"cudn-ns/cudn-l2-net":{"ip_addresses":["10.232.18.53/24"],"mac_address":"0a:58:0a:e8:12:35","gateway_ips":["10.232.18.1"],"routes":[{"dest":"172.30.0.0/16","nextHop":"10.232.18.1"},{"dest":"100.65.0.0/16","nextHop":"10.232.18.1"}],"ip_address":"10.232.18.53/24","gateway_ip":"10.232.18.1","tunnel_id":60,"role":"primary"},"default":{"ip_addresses":["10.129.3.105/23"],"mac_address":"00:50:56:b4:ad:82","routes":[{"dest":"10.128.0.0/14","nextHop":"10.129.2.1"},{"dest":"100.64.0.0/16","nextHop":"10.129.2.1"}],"ip_address":"10.129.3.105/23","role":"infrastructure-locked"}}' k8s.ovn.org/primary-udn-ipamclaim: mtv-feature-win2019.net-0 kubectl.kubernetes.io/default-container: compute kubevirt.io/cluster-preference-name: windows.2k19 kubevirt.io/domain: mtv-feature-win2019 kubevirt.io/migrationTransportUnix: "true" kubevirt.io/vm-generation: "1" openshift.io/scc: kubevirt-controller post.hook.backup.velero.io/command: '["/usr/bin/virt-freezer", "--unfreeze", "--name", "mtv-feature-win2019", "--namespace", "cudn-ns"]' post.hook.backup.velero.io/container: compute pre.hook.backup.velero.io/command: '["/usr/bin/virt-freezer", "--freeze", "--name", "mtv-feature-win2019", "--namespace", "cudn-ns"]' pre.hook.backup.velero.io/container: compute seccomp.security.alpha.kubernetes.io/pod: localhost/kubevirt/kubevirt.json security.openshift.io/validated-scc-subject-type: user v1.multus-cni.io/default-network: '[{"name":"default","namespace":"openshift-ovn-kubernetes","mac":"00:50:56:b4:ad:82","ipam-claim-reference":"mtv-feature-win2019.net-0"}]' vm.kubevirt.io/os: windows creationTimestamp: "2025-09-22T12:17:25Z" generateName: virt-launcher-mtv-feature-win2019- generation: 1 labels: app: mtv-feature-win2019 kubevirt.io: virt-launcher kubevirt.io/created-by: 10ecb685-a086-40e5-847f-3673e85d3d6d vm.kubevirt.io/name: mtv-feature-win2019 name: virt-launcher-mtv-feature-win2019-p4m4f namespace: cudn-ns ownerReferences: - apiVersion: kubevirt.io/v1 blockOwnerDeletion: true controller: true kind: VirtualMachineInstance name: mtv-feature-win2019 uid: 10ecb685-a086-40e5-847f-3673e85d3d6d resourceVersion: "15160150" uid: 84cab598-8e86-42f8-b244-624c869f3da3 spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: node-labeller.kubevirt.io/obsolete-host-model operator: DoesNotExist automountServiceAccountToken: false containers: - command: - /usr/bin/virt-launcher-monitor - --qemu-timeout - 249s - --name - mtv-feature-win2019 - --uid - 10ecb685-a086-40e5-847f-3673e85d3d6d - --namespace - cudn-ns - --kubevirt-share-dir - /var/run/kubevirt - --ephemeral-disk-dir - /var/run/kubevirt-ephemeral-disks - --container-disk-dir - /var/run/kubevirt/container-disks - --grace-period-seconds - "3615" - --hook-sidecars - "0" - --ovmf-path - /usr/share/OVMF - --disk-memory-limit - "2000000000" - --run-as-nonroot env: - name: XDG_CACHE_HOME value: /var/run/kubevirt-private - name: XDG_CONFIG_HOME value: /var/run/kubevirt-private - name: XDG_RUNTIME_DIR value: /var/run - name: SHARED_FILESYSTEM_PATHS value: /var/run/kubevirt-private/vmi-disks/vol-0:/var/run/kubevirt-private/vmi-disks/vol-1:/var/run/kubevirt-private/vmi-disks/vol-2 - name: POD_NAME valueFrom: fieldRef: apiVersion: v1 fieldPath: metadata.name image: registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:999c47180c12246dccb495c816bf6d4bc9232680615e5475dcfcaac94977737f imagePullPolicy: IfNotPresent name: compute resources: limits: devices.kubevirt.io/kvm: "1" devices.kubevirt.io/tun: "1" devices.kubevirt.io/vhost-net: "1" requests: cpu: 200m devices.kubevirt.io/kvm: "1" devices.kubevirt.io/tun: "1" devices.kubevirt.io/vhost-net: "1" ephemeral-storage: 50M memory: 2328Mi securityContext: allowPrivilegeEscalation: false capabilities: add: - NET_BIND_SERVICE drop: - ALL privileged: false runAsGroup: 107 runAsNonRoot: true runAsUser: 107 terminationMessagePath: /dev/termination-log terminationMessagePolicy: FallbackToLogsOnError volumeMounts: - mountPath: /var/run/kubevirt-private name: private - mountPath: /var/run/kubevirt name: public - mountPath: /var/run/kubevirt-ephemeral-disks name: ephemeral-disks - mountPath: /var/run/libvirt name: libvirt-runtime - mountPath: /var/run/kubevirt/sockets name: sockets - mountPath: /var/run/kubevirt/container-disks mountPropagation: HostToContainer name: container-disks - mountPath: /var/run/kubevirt-private/vmi-disks/vol-0 name: vol-0 - mountPath: /var/run/kubevirt-private/vmi-disks/vol-1 name: vol-1 - mountPath: /var/run/kubevirt-private/vmi-disks/vol-2 name: vol-2 - mountPath: /var/run/kubevirt/hotplug-disks mountPropagation: HostToContainer name: hotplug-disks dnsPolicy: ClusterFirst enableServiceLinks: false hostname: mtv-feature-win2019 imagePullSecrets: - name: default-dockercfg-s6lb7 initContainers: - args: - --logfile - /var/run/kubevirt-private/10ecb685-a086-40e5-847f-3673e85d3d6d/virt-serial0-log command: - /usr/bin/virt-tail env: - name: VIRT_LAUNCHER_LOG_VERBOSITY value: "2" image: registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:999c47180c12246dccb495c816bf6d4bc9232680615e5475dcfcaac94977737f imagePullPolicy: IfNotPresent name: guest-console-log resources: limits: cpu: 15m memory: 60M requests: cpu: 5m memory: 35M restartPolicy: Always securityContext: allowPrivilegeEscalation: false capabilities: drop: - ALL runAsNonRoot: true runAsUser: 107 terminationMessagePath: /dev/termination-log terminationMessagePolicy: File volumeMounts: - mountPath: /var/run/kubevirt-private name: private readOnly: true nodeName: qemtvd-04-rngzt-worker-0-nw6nx nodeSelector: hyperv.node.kubevirt.io/frequencies: "true" hyperv.node.kubevirt.io/ipi: "true" hyperv.node.kubevirt.io/reenlightenment: "true" hyperv.node.kubevirt.io/reset: "true" hyperv.node.kubevirt.io/runtime: "true" hyperv.node.kubevirt.io/synic: "true" hyperv.node.kubevirt.io/synictimer: "true" hyperv.node.kubevirt.io/tlbflush: "true" hyperv.node.kubevirt.io/vpindex: "true" kubernetes.io/arch: amd64 kubevirt.io/schedulable: "true" machine-type.node.kubevirt.io/pc-q35-rhel9.6.0: "true" preemptionPolicy: PreemptLowerPriority priority: 0 readinessGates: - conditionType: kubevirt.io/virtual-machine-unpaused restartPolicy: Never schedulerName: default-scheduler securityContext: fsGroup: 107 runAsGroup: 107 runAsNonRoot: true runAsUser: 107 seccompProfile: localhostProfile: kubevirt/kubevirt.json type: Localhost serviceAccount: default serviceAccountName: default terminationGracePeriodSeconds: 3630 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: - emptyDir: {} name: private - emptyDir: {} name: public - emptyDir: {} name: sockets - emptyDir: {} name: virt-bin-share-dir - emptyDir: {} name: libvirt-runtime - emptyDir: {} name: ephemeral-disks - emptyDir: {} name: container-disks - name: vol-0 persistentVolumeClaim: claimName: cold-win2019-dhcp-cudn-vm-2202-clk48 - name: vol-1 persistentVolumeClaim: claimName: cold-win2019-dhcp-cudn-vm-2202-jnm4b - name: vol-2 persistentVolumeClaim: claimName: cold-win2019-dhcp-cudn-vm-2202-9zgkp - emptyDir: {} name: hotplug-disks status: conditions: - lastProbeTime: "2025-09-22T12:17:25Z" lastTransitionTime: "2025-09-22T12:17:25Z" message: the virtual machine is not paused reason: NotPaused status: "True" type: kubevirt.io/virtual-machine-unpaused - lastProbeTime: null lastTransitionTime: "2025-09-22T12:17:25Z" status: "False" type: PodReadyToStartContainers - lastProbeTime: null lastTransitionTime: "2025-09-22T12:17:25Z" message: 'containers with incomplete status: [guest-console-log]' reason: ContainersNotInitialized status: "False" type: Initialized - lastProbeTime: null lastTransitionTime: "2025-09-22T12:17:25Z" message: 'containers with unready status: [guest-console-log compute]' reason: ContainersNotReady status: "False" type: Ready - lastProbeTime: null lastTransitionTime: "2025-09-22T12:17:25Z" message: 'containers with unready status: [guest-console-log compute]' reason: ContainersNotReady status: "False" type: ContainersReady - lastProbeTime: null lastTransitionTime: "2025-09-22T12:17:25Z" status: "True" type: PodScheduled containerStatuses: - image: registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:999c47180c12246dccb495c816bf6d4bc9232680615e5475dcfcaac94977737f imageID: "" lastState: {} name: compute ready: false restartCount: 0 started: false state: waiting: reason: PodInitializing volumeMounts: - mountPath: /var/run/kubevirt-private name: private - mountPath: /var/run/kubevirt name: public - mountPath: /var/run/kubevirt-ephemeral-disks name: ephemeral-disks - mountPath: /var/run/libvirt name: libvirt-runtime - mountPath: /var/run/kubevirt/sockets name: sockets - mountPath: /var/run/kubevirt/container-disks name: container-disks - mountPath: /var/run/kubevirt-private/vmi-disks/vol-0 name: vol-0 - mountPath: /var/run/kubevirt-private/vmi-disks/vol-1 name: vol-1 - mountPath: /var/run/kubevirt-private/vmi-disks/vol-2 name: vol-2 - mountPath: /var/run/kubevirt/hotplug-disks name: hotplug-disks hostIP: 192.168.2.81 hostIPs: - ip: 192.168.2.81 initContainerStatuses: - image: registry.redhat.io/container-native-virtualization/virt-launcher-rhel9@sha256:999c47180c12246dccb495c816bf6d4bc9232680615e5475dcfcaac94977737f imageID: "" lastState: {} name: guest-console-log ready: false restartCount: 0 started: false state: waiting: reason: PodInitializing volumeMounts: - mountPath: /var/run/kubevirt-private name: private readOnly: true recursiveReadOnly: Disabled phase: Pending qosClass: Burstable startTime: "2025-09-22T12:17:25Z"