Skip to content

Commit 510a65e

Browse files
authored
Merge pull request #62746 from mburke5678/nodes-cgroups-note
OSDOCS_7027: Add cgroup v2 version note
2 parents c98ff6f + 82af656 commit 510a65e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

nodes/clusters/nodes-cluster-cgroups-2.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ By default, {product-title} uses link:https://www.kernel.org/doc/html/latest/ad
1010

1111
cgroup v2 is the next version of the Linux cgroup API. cgroup v2 offers several improvements over cgroup v1, including a unified hierarchy, safer sub-tree delegation, new features such as link:https://www.kernel.org/doc/html/latest/accounting/psi.html[Pressure Stall Information], and enhanced resource management and isolation.
1212

13+
[NOTE]
14+
====
15+
* If you run third-party monitoring and security agents that depend on the cgroup file system, update the agents to a version that supports cgroup v2.
16+
* If you have configured cgroup v2 and run cAdvisor as a stand-alone daemon set for monitoring pods and containers, update cAdvisor to v0.43.0 or later.
17+
* If you deploy Java applications, use versions that fully support cgroup v2, such as the following packages:
18+
** OpenJDK / HotSpot: jdk8u372, 11.0.16, 15 and later
19+
** IBM Semeru Runtimes: jdk8u345-b01, 11.0.16.0, 17.0.4.0, 18.0.2.0 and later
20+
** IBM SDK Java Technology Edition Version (IBM Java): 8.0.7.15 and later
21+
====
22+
1323
// The following include statements pull in the module files that comprise
1424
// the assembly. Include any combination of concept, procedure, or reference
1525
// modules required to cover the user story. You can also include other

0 commit comments

Comments
 (0)