Skip to content
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

Linux kernel 6.1.54 dropped support for /sys/fs/cgroup/memory/memory.kmem.limit_in_bytes #352

Open
basphilippus opened this issue Nov 23, 2023 · 1 comment

Comments

@basphilippus
Copy link

Linux kernel 6.1.54 (which is used in the latest version of Raspberry Pi OS), drops support for /sys/fs/cgroup/memory/memory.kmem.limit_in_bytes, which is required to start a Kubernetes node (in my case specifically a K3s node, but I don't think that matters) (kubernetes/kubernetes#120813).

Linux kernel 6.1.55 reverted the dropping of /sys/fs/cgroup/memory/memory.kmem.limit_in_bytes (https://lwn.net/Articles/945379/).

Would it be possible to bump the kernel version to 6.1.55 so we can use Raspberry Pis as a Kubernetes node again?

@popcornmix
Copy link

Are you on RPiOS bookworm? I believe apt is on 6.1.58, so should be new enough for you.

If you are on an older distribution, then there's only likely to be critical updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants