Could we exec the vm by using kubectl exec if sshd died in the vm? #38
Replies: 4 comments 2 replies
-
@weixiao-huang Yes, there is a way to access the VM via serial console inside the VM pod, but we intentionally not document it since it's not recommended. If you really intend to do that, you could try |
Beta Was this translation helpful? Give feedback.
-
@fengye87 Virtink is such a cool project. I try on my env Kind over podman.
It seems the pod and cloud-hypervisor work.
Try
|
Beta Was this translation helpful? Give feedback.
-
@shawn111 For the network part, that's the expected behavior in the For the |
Beta Was this translation helpful? Give feedback.
-
@shawn111 Actually, the pod NIC |
Beta Was this translation helpful? Give feedback.
-
I notice the doc using sshd to access the vm. However, I also could use kubectl exec to enter the pod but not the vm. So is there some method to access the vm by using kubectl exec if sshd died?
Beta Was this translation helpful? Give feedback.
All reactions