From 3f2f06dfe1b3289b01daa531964b4f0af49cdf2d Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Mon, 9 Nov 2020 15:08:08 +0900 Subject: [PATCH] Move cgroup v2 out of experimental After a lot of refactoring, our cgroup v1 and v2 drivers now have same level of implementation quality, so we can move the v2 driver out of experimental. Close #2663 Signed-off-by: Akihiro Suda --- README.md | 4 ---- docs/cgroup-v2.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index aeef59895..ec37e9ead 100644 --- a/README.md +++ b/README.md @@ -17,10 +17,6 @@ This means that `runc` 1.0.0 should implement the 1.0 version of the specificati You can find official releases of `runc` on the [release](https://github.com/opencontainers/runc/releases) page. -Currently, the following features are not considered to be production-ready: - -* [Support for cgroup v2](./docs/cgroup-v2.md) - ## Security The reporting process and disclosure communications are outlined [here](https://github.com/opencontainers/org/blob/master/SECURITY.md). diff --git a/docs/cgroup-v2.md b/docs/cgroup-v2.md index e74e67fee..3d573d533 100644 --- a/docs/cgroup-v2.md +++ b/docs/cgroup-v2.md @@ -1,6 +1,6 @@ # cgroup v2 -runc supports cgroup v2 (unified mode) experimentally since v1.0.0-rc91. +runc fully supports cgroup v2 (unified mode) since v1.0.0-rc93. To use cgroup v2, you might need to change the configuration of the host init system. Fedora (>= 31) uses cgroup v2 by default and no extra configuration is required.