-
Notifications
You must be signed in to change notification settings - Fork 425
Closed
Labels
Description
What happened:
This is a use case of using kubevirt + OpenYurt.
On the worker node, we use kubevirt to have a VM deployed , which is connected with master node successfully.
Then we disconnect the network, and reboot the worker node. The problem is that the VM deployed before couln't be started.
What you expected to happen:
The deployed VM could be restarted even on network disconnection.
How to reproduce it (as minimally and precisely as possible):
- deploy OpenYurt cluster with one worker node supporting virtulization.
- deploy kubevirt.
- deploy a VM on worker node.
- disconnect network.
- reboot the worker node and see if VM deployed could run.
Anything else we need to know?:
We think this could be a cloud edge collaboration issue in OpenYurt's concern. So we hope OpenYurt community could solve this issue. :)
Environment:
- OpenYurt version: 1.2
- Kubernetes version (use
kubectl version): 1.22 - OS (e.g:
cat /etc/os-release): N/A - Kernel (e.g.
uname -a): N/A - Install tools: N/A
- Others:
others
/kind bug