You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately K3s does not work on there. The new OS switched to cgroup v2 and if I try to add the required cgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1 to the /boot/cmdline.txt file, the whole system gets unstable and crashes. To be precise it's the cgroup_enable=cpuset flag. I can start an run K3s with only the other two flags, but if I add some deployments the CPU utilization rises to 100 % for all four cores and remains there.
Has anyone else made experience with the new OS and K3s?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I've upgraded my Raspberry to the recently released Raspberry Pi OS (based on Debian Bullseye; 64 bit).
Unfortunately K3s does not work on there. The new OS switched to
cgroup v2
and if I try to add the requiredcgroup_enable=cpuset cgroup_enable=memory cgroup_memory=1
to the/boot/cmdline.txt
file, the whole system gets unstable and crashes. To be precise it's thecgroup_enable=cpuset
flag. I can start an run K3s with only the other two flags, but if I add some deployments the CPU utilization rises to 100 % for all four cores and remains there.Has anyone else made experience with the new OS and K3s?
Related: k3d-io/k3d#854
Beta Was this translation helpful? Give feedback.
All reactions