Closed fogost closed 1 year ago
Looks like you are on Ubuntu 21.10 You need to install some other packages.
The excerpt below was taken from Microk8s guide https://microk8s.io/docs/troubleshooting then look out for the following
Calico controller fails on Raspberry Pi with Ubuntu 21.10
Extra kernel modules are needed on RPi after upgrading to Ubuntu 21.10. Install those with sudo apt install linux-modules-extra-raspi
. You may need to restart MicroK8s afterwards.
I would confirm on the extra modules needed. Wondering why isn't Ubuntu including them by default in the rpi4 image.
But I installed kernel modules before microk8s. Any other ideas?
@fogost did you try doing sudo snap remove microk8s --purge
and then install a fresh microk8s?
Ok, still required with ubuntu 22.04 on a Raspi4B.
sudo apt-get -y install linux-modules-extra-raspi
Calico came up right during the install of the new kernel module, now reboot or purge required 🎉
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
microk8s
starting without any error on myraspberry pi 4 model B
but i cant run any deployment they just failing. I tried to create deployment on puremicrok8s
cluster just aftermicrok8s start
microk8s kubectl create deployment microbot --image=dontrebootme/microbot:v1
and after that deployment always will beContainerCreating
inspection-report-20211217_121956.tar.gz