root@master:~# kubectl get vmi
NAME AGE PHASE IP NODENAME READY
kubevirt-moduledaily-1l300-02-221308957-2 12m Running 172.22.185.136 wokernode1 True
root@master:~# ping 172.22.185.136
PING 172.22.185.136 (172.22.185.136) 56(84) bytes of data.
From 172.22.185.131 icmp_seq=1 Destination Host Unreachable
From 172.22.185.131 icmp_seq=2 Destination Host Unreachable
From 172.22.185.131 icmp_seq=3 Destination Host Unreachable
^C
--- 172.22.185.136 ping statistics ---
4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3065ms
pipe 4
root@master:~# kubectl get vmi kubevirt-moduledaily-1l300-02-221308957-2 -o=jsonpath='{.status.phaseTransitionTimestamps}'
[{"phase":"Pending","phaseTransitionTimestamp":"2025-04-24T08:17:14Z"},{"phase":"Scheduling","phaseTransitionTimestamp":"2025-04-24T08:17:14Z"},{"phase":"Scheduled","phaseTransitionTimestamp":"2025-04-24T08:17:21Z"},{"phase":"Running","phaseTransitionTimestamp":"2025-04-24T08:17:43Z"}]
root@master:~# kubectl get vmi
NAME AGE PHASE IP NODENAME READY
kubevirt-moduledaily-1l300-02-221308957-2 13m Running 172.22.185.136 wokernode1 True
root@master:~# ping 172.22.185.136
PING 172.22.185.136 (172.22.185.136) 56(84) bytes of data.
64 bytes from
172.22.185.136: icmp_seq=1 ttl=63 time=1.41 ms
64 bytes from
172.22.185.136: icmp_seq=2 ttl=63 time=1.29 ms
^C
--- 172.22.185.136 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1002ms
rtt min/avg/max/mdev = 1.290/1.350/1.411/0.060 ms
root@master:~# kubectl get vmi kubevirt-moduledaily-1l300-02-221308957-2 -o=jsonpath='{.status.phaseTransitionTimestamps}'
[{"phase":"Pending","phaseTransitionTimestamp":"2025-04-24T08:17:14Z"},{"phase":"Scheduling","phaseTransitionTimestamp":"2025-04-24T08:17:14Z"},{"phase":"Scheduled","phaseTransitionTimestamp":"2025-04-24T08:17:21Z"},{"phase":"Running","phaseTransitionTimestamp":"2025-04-24T08:17:43Z"}]
root@master:~#
The return value of a phaseTransitionTimestamps found no abnormalities.