mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
Deprecate cgroup v1
For issue 4955 Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
This commit is contained in:
@@ -352,6 +352,7 @@ WantedBy=multi-user.target
|
|||||||
* [systemd cgroup driver](./docs/systemd.md)
|
* [systemd cgroup driver](./docs/systemd.md)
|
||||||
* [Terminals and standard IO](./docs/terminals.md)
|
* [Terminals and standard IO](./docs/terminals.md)
|
||||||
* [Experimental features](./docs/experimental.md)
|
* [Experimental features](./docs/experimental.md)
|
||||||
|
* [Deprecated features](./docs/deprecated.md)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,11 @@
|
|||||||
|
# Deprecated features
|
||||||
|
|
||||||
|
The following features are deprecated:
|
||||||
|
|
||||||
|
Feature | Deprecation release | Removal release
|
||||||
|
---------------------------------------- | -------------------- | ------------------
|
||||||
|
cgroup v1 | v1.4.0 | (May 2029)
|
||||||
|
|
||||||
|
<!-- TBD: features that were already deprecated and removed -->
|
||||||
|
|
||||||
|
- The latest release in May 2029 may not necessarily support cgroup v1, but there will be at least one maintained branch with the support for cgroup v1.
|
||||||
Reference in New Issue
Block a user