Skip to content

Commit 636f23d

Browse files
authored
Merge pull request #2674 from AkihiroSuda/graduate-cgroup2-experimental
Move cgroup v2 out of experimental
2 parents f4440f9 + 3f2f06d commit 636f23d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ This means that `runc` 1.0.0 should implement the 1.0 version of the specificati
1717

1818
You can find official releases of `runc` on the [release](https://github.com/opencontainers/runc/releases) page.
1919

20-
Currently, the following features are not considered to be production-ready:
21-
22-
* [Support for cgroup v2](./docs/cgroup-v2.md)
23-
2420
## Security
2521

2622
The reporting process and disclosure communications are outlined [here](https://github.com/opencontainers/org/blob/master/SECURITY.md).

docs/cgroup-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# cgroup v2
22

3-
runc supports cgroup v2 (unified mode) experimentally since v1.0.0-rc91.
3+
runc fully supports cgroup v2 (unified mode) since v1.0.0-rc93.
44

55
To use cgroup v2, you might need to change the configuration of the host init system.
66
Fedora (>= 31) uses cgroup v2 by default and no extra configuration is required.

0 commit comments

Comments
 (0)