-
Notifications
You must be signed in to change notification settings - Fork 26
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
Update the kernel configuration for cgroup v2 #36
Comments
containerd/containerd#3799 (comment) by @AkihiroSuda
/cc @bobbypage @mrunalp |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /close not-planned |
@k8s-triage-robot: Closing this issue, marking it as "Not Planned". In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
/remove-lifecycle rotten |
Yes. We need to investigate and prepare for the kernel configuration for cgroupv2. |
thanks, @KentaTada |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues. This bot triages un-triaged issues according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
/remove-lifecycle stale |
The v1.31 KEP kubernetes/enhancements#4569
I opened #37 for the kernel version.
|
@KentaTada @pacoxu recently added: |
Yes. BTW, we also need to update the list of kernel config. |
would you have time to send a PR or give us the info of all the required changes that we need to do? |
For cgroup v2, we use |
I'm sorry but I need to support my family this week.
What I wanted to say is that we need to prepare for how to detect what cgroup v2 features are available. |
1.31 was just released so this is planned for 1.32. we have a whole k8s release cycle to tackle the feature detection for cgroups v2.
i think having the cgroups v2 validation load additional files should be fine.
@pacoxu maybe we need to ask SIG node and bring them this this thread?
completely agree. |
In kubernetes/kubernetes#126595, we may use |
@KentaTada @pacoxu core freeze is 7th of Nov 2024. |
I would like to give it a try in this release. |
Kubernetes 1.25 brings cgroup v2 to GA.
cgroup v2 needs some additional kernel configs.
For example, you need to enable
CONFIG_CGROUP_BPF
if you want to use the the device controller.When it comes to Kubernetes, I have never investigated what config is actually needed.
But I just create an issue at first.
The text was updated successfully, but these errors were encountered: