-
Notifications
You must be signed in to change notification settings - Fork 653
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Losing contact with an instance after a while #2504
Comments
Hi @thehappycoder, we've not seen this before I don't think. This message suggests the kernel reinitializes the virtual network (you should see it when it's first booting as well). I was actually unable to get that message even unloading the network module, are you certain the message only shows when networking goes down? If you launch an instance without k8s, does it happen as well? |
Yes, it may have something to do with k8s running or some related commands I ran on an instance because a brand new instance seems to be not affected with the freeze happens. Here are the commands that I ran 1643991933135-Building a Kubernetes Cluster.pdf Also I am not sure if it's normal or not, but memory usage of qemu processes seems suspiciously high for some instances |
@thehappycoder there's a lot of networking foo happening there, it's quite possible something there is messing it up. You could try using a bridged network for the k8s bits, I just posted a pre-release package here: #2364 (comment) I'll close this, then. |
Ah @thehappycoder on memory use, I recently explained some of it here: |
Turns out something in the software running on these virtual machines is messing up SSH because I also experience this when I connect to virtual machines via SSH that are running in UTM. |
Describe the bug
I've installed Kubernetes on 3 instances on an Apple M1 machine, and after connecting these instances in a Kubernetes cluster via kubeadm join, I lost contact to all 3 instances.
I've managed to regain access by restarting multipass:
But then the instances freeze after a while. It also happens when I run only 1 instance.
Logs
I get this in
/Library/Logs/Multipass/multipassd.log
when I lose contact with my instances:Additional info
Apple M1
macOS 12.3
multipass 1.8.1+mac
The text was updated successfully, but these errors were encountered: