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

Quartz64 | Add kernel features required for Kubernetes #6393

Closed
wants to merge 1 commit into from
Closed

Quartz64 | Add kernel features required for Kubernetes #6393

wants to merge 1 commit into from

Conversation

acelinkio
Copy link

Closing previous merge request that did not branch from dev.

closes #6389

This sets the following.
CONFIG_CGROUP_FREEZER=y
CONFIG_NETFILTER_XT_MATCH_IPVS=y

IPVS flag was set to m, however it did not appear functionality was inside of the image.

@acelinkio acelinkio changed the title add missing Feature/add soquartz kernel modules #2 May 26, 2023
@MichaIng MichaIng added this to the v8.18 milestone May 27, 2023
@MichaIng MichaIng self-requested a review May 27, 2023 12:53
@MichaIng MichaIng linked an issue May 27, 2023 that may be closed by this pull request
@MichaIng
Copy link
Owner

I agree on CONFIG_CGROUP_FREEZER=y, which is also set on Debian and RPi kernels. Those two however also set CONFIG_NETFILTER_XT_MATCH_IPVS=m, so this should be generally working.

Can you check:

modprobe configs
zgrep CONFIG_NETFILTER_XT_MATCH_IPVS /proc/config.gz

@MichaIng MichaIng changed the title Feature/add soquartz kernel modules #2 Quartz64 | Add kernel features required for Kubernetes May 27, 2023
@MichaIng MichaIng modified the milestones: v8.18, v8.19 Jun 3, 2023
MichaIng added a commit that referenced this pull request Jun 5, 2023
- Quartz64 | Enable freezer cgroup, needed for Kubernetes: #6393
@MichaIng
Copy link
Owner

MichaIng commented Jun 9, 2023

Found the issue and fixed it: 60891e5

A bunch of nftables related configs were missing, some if which are required for these match modules. Thanks for the pointers 🙂!

Changelog entry: 182937b

@MichaIng MichaIng closed this Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Quartz64 | Add kernel features required for Kubernetes
2 participants