-
Notifications
You must be signed in to change notification settings - Fork 716
Description
Description
I discovered lima yesterday and I was glad to find that k8s.yaml provides everything I need to run a disposable test instance of Kubeadm that can successfully connect to my synology-csi through their open source driver, (other solutions like k3d, kind all did not succeed in my trials).
However this morning I saw an upgrade was made from 20.04 to 22.04 ubuntu, and now etcd seems to restart for some unknown reason every 3-5 minutes and it results in cluster services dropping out and all sorts of chaos inside the cluster.
It's easy enough to revert to the previous commit and I have done that, and everything seems to be fine again. But I thought I should report this, since I see a lot of things were upgraded at once, it is possible that nobody is aware, (or maybe this is an issue with my machine, but it seems not.)
I am using an M1 Macbook and the only changes I made to the VM config were to add:
cpus: 5
memory: 8GiB
Just from glancing at the htop statistics in the VM before things go to crap, it does not look like we're running out of memory or anything else jumping out at me as the reason for this fault.