Hello, my host had an abrupt shut down due to powe...
# harvester
b
Hello, my host had an abrupt shut down due to power loss. Now, I can't delete the vms on that host. VM stays in terminating state. How do I clean that?
m
please check if the vmi and virt-launcher pod still exist
b
How do I check that?
from the controlplane node?
m
use kubectl to find matched vmi and virt-launcher pod from the vm name
Could you provide the output for
$kubectl get vm -A
and
$kubectl get vmi -A
?