- Related issues: #1987
Verification Steps
Stop Request should not have failure message
- Create a VM with
runStrategy: RunStrategyAlways
. - Stop the VM.
- Check there is no
Failure attempting to delete VMI: <nil>
in VM status.
UI should not show pause message
- Create a VM.
- Pause the VM.
- Although the message
The status of pod readliness gate "kubevirt.io/virtual-machine-unpaused" is not "True", but False
is in the VM condition, UI should not show it.