-
Notifications
You must be signed in to change notification settings - Fork 18.7k
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
cgroup2 check list #40360
Comments
From slack conversation with @StefanScherer :
So, we can work on having CI running (I'll clean up #40094, and see if I can use that as base, as we may need custom containerd/runc versions for testing) |
Keeping this issue open seems to have caused confusion that as if cgroup2 isn't supported yet, so I'm closing this one. What we really still lack is just CI infra for cgroup2 |
To people who came here: cgroup2 is supported when you run Docker 20 + containerd 1.4 + runc 1.0-rc91. Docker 20 isn't officially released yet, and its ETA is still unpublished EDIT: Docker 20.10.0-beta1 is available now: |
Hi, I've succeeded to install docker 20.10.0-rc2 by the above method. dockerd -vDocker version 20.10.0-rc2, build ca520bd However, I still encountered the cgroup issue: What's wrong? Do I need any config to tell dockerd to use cgroup2? Thanks! |
@cwhuang Please fulfill https://github.com/moby/moby/blob/master/.github/ISSUE_TEMPLATE.md and open a new issue . Also please make sure you have containerd >= 1.4 and runc >= 1.0-rc91. |
base: support cgroup2 #40174
metrics (
docker stats
): cgroup2: implementdocker stats
#40657disable cgroupns for privileged containers? (add KEP for cgroups v2 support kubernetes/enhancements#1370)(Probably not needed for Moby : cgroup2: privileged and cgroupns containers/podman#5341)systemd cgroup driver for rootless mode: rootless: support
--exec-opt native.cgroupdriver=systemd
#40486use "systemd" cgroup driver by default when available : cgroup2: use "systemd" cgroup driver by default when available #40846
CI (rootful+systemd) : Jenkinsfile: add cgroup2 #41925
CI (rootless+systemd)
docs: v20.10 docs for cgroup v2 and rootless docker/docs#11042
Low hanging fruits:
docker info
: cgroup2: implementdocker info
#40662(Can't be supported)dockerd --cpu-rt-{period,runtime}
related: containerd/containerd#3726 opencontainers/runc#2209
The text was updated successfully, but these errors were encountered: