The main reason to remove it is to avoid maintaining and testing it going forward. Whether some distros support it or not isn't relevant until we are sure that all of our needs are completely met by V2.So my question is what is preventing our users from adopting V2?On Thu, Oct 2, 2025, 7:03 AM Sean McGinnis <sean.m...@gmail.com> wrote:I'd love to hear from some distro folks on current cgroup support plans.If cgroupv1 is just discouraged in all current releases, that's one thing. But if it is actively being removed from upcoming releases, that raises the priority for Kubernetes to start strongly avoiding (and supporting) v1 support.Of course it's also tricky on the other end of the spectrum. If there are other currently "supported" releases out there that default to v1, that will also cause friction. But it would be good to understand the scope of that so we can try to move forward with the least amount of pain for users.Sean
----
You received this message because you are subscribed to the Google Groups "dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dev+uns...@kubernetes.io.
To view this discussion visit https://groups.google.com/a/kubernetes.io/d/msgid/dev/403b3a67-67bf-40da-b4b5-2b5f960ad37fn%40kubernetes.io.
You received this message because you are subscribed to the Google Groups "dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dev+uns...@kubernetes.io.
To view this discussion visit https://groups.google.com/a/kubernetes.io/d/msgid/dev/CAO_RewY2MM%3Df9Rc17qQruirbDpO_X9TgygGMj%2B%2Ba0q%3Dj9aCb9A%40mail.gmail.com.
Hello all,
I realize this might sound unusual, but I was added to this mailing list a while ago, and due to my email not being active, I couldn’t follow the discussions. Now that I’m back, I’d really like to catch up and understand the current context.
I’m especially interested in contributing to the Linux community, and I noticed the ongoing discussion about deprecating cgroup v1. From what I gathered, systemd 258 has removed cgroup v1 code, and there’s a proposal to deprecate cgroup v1 as stage 1, followed by its removal in 1.38. I also came across the draft KEP here: https://github.com/kubernetes/enhancements/issues/5573.
Could someone help me get up to speed on this discussion and guide me on where I could best contribute?
Thanks,
Sarah
To view this discussion visit https://groups.google.com/a/kubernetes.io/d/msgid/dev/CAAkVc2oqfuEcOJPOwrA9kp8%2BC6cjzQPfnVxMFKGv6RdcVzvrAQ%40mail.gmail.com.
On Oct 2, 2025, at 11:25 AM, 'Alvaro Aleman' via kubernetes-sig-node <kubernete...@googlegroups.com> wrote:
You received this message because you are subscribed to the Google Groups "kubernetes-sig-node" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/kubernetes-sig-node/CAAkVc2oqfuEcOJPOwrA9kp8%2BC6cjzQPfnVxMFKGv6RdcVzvrAQ%40mail.gmail.com.
FWIW, EKS is dropping support for AL2 next month (Nov. 2025). Folks will absolutely use it until the lights go out, though. Any other RHEL7 derivative would be in the same boat (that distro seems immortal).
Carter
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-sig-node+unsub...@googlegroups.com.
I agree with Dan's sentiment, but what I want to understand most is if there's a real reason to remove code from Kubernetes, or if it's just an opportunistic cleanup.Don't get me wrong, I love deleting old unused unmaintained code. The question is not whether it's worth doing, the question is when is it worth doing? If we leave that code in tree for another year or even 3 years, do bad things happen? I honestly don't know that area of the code very well.I know there are testing problems, and I know that every time we add a new feature or fix a bug, we have to decide whether to fix it in the old code or not. Are there other considerations?If the cost of leaving it for a while is not high, my preference is to leave it and let the usage drain as naturally as possible. If it's actually a substantial problem to keep, then we can talk about how to ease the pain for as many customers as possible who are still using V1.TimOn Fri, Oct 3, 2025, 7:53 AM Dan Winship <danwi...@redhat.com> wrote:
On 10/2/25 2:24 PM, 'Alvaro Aleman' via dev wrote:
> As an anecdotal example, Amazon Linux 2 does not support cgroup v2 and
> is supported until 2026-06-30, <https://aws.amazon.com/amazon-linux-2/
> faqs/#topic-0> I would expect it to still see a decent bit of usage on AWS
Enterprise distros are "supported" for a long time, but after a while
there's an assumption that you're supporting them in running their
existing workloads, not supporting them in adopting new bleeding-edge
software...
-- Dan
>
> On Thu, 2 Oct 2025 at 14:14, 'Benjamin Elder' via dev <d...@kubernetes.io
> <mailto:d...@kubernetes.io>> wrote:
>
> Thanks, also I want to note that I'm playing devil's advocate
> here ... KIND also gets simpler when we drop v1 so I understand the
> impetus, but I'm wary of triggering dockershim style blowback.
>
> We should probably be pretty confident that impact will be low
> before any hard cutoff.
>
> On Thu, Oct 2, 2025 at 10:36 AM Kevin Hannon <keha...@redhat.com
> <mailto:keha...@redhat.com>> wrote:
>
> I pushed a commit adding my research on linux
> distributions. https://github.com/kubernetes/enhancements/
> pull/5574/commits/d27a68bd959af18947f493b25ba10aa8e938bf08
> <https://github.com/kubernetes/enhancements/pull/5574/commits/
> d27a68bd959af18947f493b25ba10aa8e938bf08>
>
> On Thu, Oct 2, 2025 at 1:14 PM 'Benjamin Elder' via dev
> ... This has caused a lot of problems <https://github.com/
> kubernetes-sigs/prow/issues/210> for the project's own CI ...
>
> 3) Again, distro defaults. I doubt many are tweaking kernel
> boot params on their nodes.
>
>
> On Thu, Oct 2, 2025 at 7:49 AM 'Tim Hockin' via dev
> <d...@kubernetes.io <mailto:d...@kubernetes.io>> wrote:
>
> The main reason to remove it is to avoid maintaining and
> testing it going forward. Whether some distros support
> it or not isn't relevant until we are sure that all of
> our needs are completely met by V2.
>
> So my question is what is preventing our users from
> adopting V2?
>
> On Thu, Oct 2, 2025, 7:03 AM Sean McGinnis
> <sean.m...@gmail.com
> enhancements/issues/5573 <https://github.com/
> kubernetes/enhancements/issues/5573>.
>
> If you have concerns, please let sig-node know
> and comment on the KEP or issue.
>
> Kevin Hannon
>
> --
> You received this message because you are subscribed
> to the Google Groups "dev" group.
> To unsubscribe from this group and stop receiving
> emails from it, send an email to
> dev+uns...@kubernetes.io
> <mailto:dev+uns...@kubernetes.io>.
> To view this discussion visit https://
> groups.google.com/a/kubernetes.io/d/msgid/
> dev/403b3a67-67bf-40da-
> b4b5-2b5f960ad37fn%40kubernetes.io <https://
> groups.google.com/a/kubernetes.io/d/msgid/
> dev/403b3a67-67bf-40da-
> b4b5-2b5f960ad37fn%40kubernetes.io?
> utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to
> the Google Groups "dev" group.
> To unsubscribe from this group and stop receiving emails
> from it, send an email to dev+uns...@kubernetes.io
> <mailto:dev+uns...@kubernetes.io>.
> To view this discussion visit https://groups.google.com/
> a/kubernetes.io/d/msgid/dev/
> CAO_RewY2MM%3Df9Rc17qQruirbDpO_X9TgygGMj%2B%2Ba0q%3Dj9aCb9A%40mail.gmail.com <https://groups.google.com/a/kubernetes.io/d/msgid/dev/CAO_RewY2MM%3Df9Rc17qQruirbDpO_X9TgygGMj%2B%2Ba0q%3Dj9aCb9A%40mail.gmail.com?utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to the
> Google Groups "dev" group.
> To unsubscribe from this group and stop receiving emails
> from it, send an email to dev+uns...@kubernetes.io
> <mailto:dev+uns...@kubernetes.io>.
> To view this discussion visit https://groups.google.com/a/
> kubernetes.io/d/msgid/dev/
> CAOZRXm9q%2BpWjmpBRYPDb1kOTYZHDMjz%3D5hfjUZ_AH23J4WSzOA%40mail.gmail.com <https://groups.google.com/a/kubernetes.io/d/msgid/dev/CAOZRXm9q%2BpWjmpBRYPDb1kOTYZHDMjz%3D5hfjUZ_AH23J4WSzOA%40mail.gmail.com?utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to the Google
> Groups "dev" group.
> To unsubscribe from this group and stop receiving emails from it,
> send an email to dev+uns...@kubernetes.io
> <mailto:dev+uns...@kubernetes.io>.
> To view this discussion visit https://groups.google.com/a/
> kubernetes.io/d/msgid/dev/CAOZRXm-
> %3DwWHjALAwagEcKpLjfi%3Dn26YRHZUyPJXym0jRF3OkPQ%40mail.gmail.com
> <https://groups.google.com/a/kubernetes.io/d/msgid/dev/CAOZRXm-
> %3DwWHjALAwagEcKpLjfi%3Dn26YRHZUyPJXym0jRF3OkPQ%40mail.gmail.com?
> utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to the Google
> Groups "dev" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to dev+uns...@kubernetes.io
> <mailto:dev+uns...@kubernetes.io>.
> To view this discussion visit https://groups.google.com/a/kubernetes.io/
> d/msgid/dev/
> CAAkVc2oqfuEcOJPOwrA9kp8%2BC6cjzQPfnVxMFKGv6RdcVzvrAQ%40mail.gmail.com
> <https://groups.google.com/a/kubernetes.io/d/msgid/dev/
> CAAkVc2oqfuEcOJPOwrA9kp8%2BC6cjzQPfnVxMFKGv6RdcVzvrAQ%40mail.gmail.com?
> utm_medium=email&utm_source=footer>.
> <mailto:dev+unsubscribe@kubernetes.io>.
> To view this discussion visit https://
> groups.google.com/a/kubernetes.io/d/msgid/
> dev/403b3a67-67bf-40da-
> b4b5-2b5f960ad37fn%40kubernetes.io <https://
> groups.google.com/a/kubernetes.io/d/msgid/
> dev/403b3a67-67bf-40da-
> b4b5-2b5f960ad37fn%40kubernetes.io?
> utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to
> the Google Groups "dev" group.
> To unsubscribe from this group and stop receiving emails
> from it, send an email to dev+uns...@kubernetes.io
> <mailto:dev+unsubscribe@kubernetes.io>.
> To view this discussion visit https://groups.google.com/
> a/kubernetes.io/d/msgid/dev/
> CAO_RewY2MM%3Df9Rc17qQruirbDpO_X9TgygGMj%2B%2Ba0q%3Dj9aCb9A%40mail.gmail.com <https://groups.google.com/a/kubernetes.io/d/msgid/dev/CAO_RewY2MM%3Df9Rc17qQruirbDpO_X9TgygGMj%2B%2Ba0q%3Dj9aCb9A%40mail.gmail.com?utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to the
> Google Groups "dev" group.
> To unsubscribe from this group and stop receiving emails
> from it, send an email to dev+uns...@kubernetes.io
> <mailto:dev+unsubscribe@kubernetes.io>.
> To view this discussion visit https://groups.google.com/a/
> kubernetes.io/d/msgid/dev/
> CAOZRXm9q%2BpWjmpBRYPDb1kOTYZHDMjz%3D5hfjUZ_AH23J4WSzOA%40mail.gmail.com <https://groups.google.com/a/kubernetes.io/d/msgid/dev/CAOZRXm9q%2BpWjmpBRYPDb1kOTYZHDMjz%3D5hfjUZ_AH23J4WSzOA%40mail.gmail.com?utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to the Google
> Groups "dev" group.
> To unsubscribe from this group and stop receiving emails from it,
> send an email to dev+uns...@kubernetes.io
> <mailto:dev+unsubscribe@kubernetes.io>.
> To view this discussion visit https://groups.google.com/a/
> kubernetes.io/d/msgid/dev/CAOZRXm-
> %3DwWHjALAwagEcKpLjfi%3Dn26YRHZUyPJXym0jRF3OkPQ%40mail.gmail.com
> <https://groups.google.com/a/kubernetes.io/d/msgid/dev/CAOZRXm-
> %3DwWHjALAwagEcKpLjfi%3Dn26YRHZUyPJXym0jRF3OkPQ%40mail.gmail.com?
> utm_medium=email&utm_source=footer>.
>
> --
> You received this message because you are subscribed to the Google
> Groups "dev" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to dev+uns...@kubernetes.io
> <mailto:dev+unsubscribe@kubernetes.io>.