Prem JOSEPH

Results 6 comments of Prem JOSEPH

note: [ systemd cgroup support to containerd](https://kubernetes.io/docs/setup/production-environment/container-runtimes/#containerd-systemd) is not correct. We are in runc v2 not in v1 > @reegnz you might want to add [ systemd cgroup support to...

> @josephprem ~I can see that runc cgroup v2 is supported but is it actually enabled in the AMI?~ > > I can't find any official documentation with the best...

> @josephprem I re-read the config and that's why I struck the comment through about v2 being enabled. I'm still interested if you have any better documentation than the comment...

I have added this in my user-data ```bash conf=/etc/eks/containerd/containerd-config.toml # EKS bootstrap script moves $conf to /etc/eks/containerd/config.toml section="\[plugins.\"io.containerd.grpc.v1.cri\".containerd.runtimes.runc.options\]" key="SystemdCgroup" grep -q $section $conf || sed -i "/^runtime_type.*/a $section" $conf grep...

> /etc/kubernetes/kubelet/kubelet-config.json I guess so , but my preference for pushing variables is through systemd Drop-Ins

Not sure what do to make codecov control gates to pass ?