You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update these agents to versions that support cgroup v2.
194
194
* If you run [cAdvisor](https://github.com/google/cadvisor) as a stand-alone
195
195
DaemonSet for monitoring pods and containers, update it to v0.43.0 or later.
196
-
* If you use JDK, prefer to use JDK 11.0.16 and later or JDK 15 and later, which [fully support cgroup v2](https://bugs.openjdk.org/browse/JDK-8230305).
196
+
* If you deploy Java applications, prefer to use versions which fully support cgroup v2:
197
+
* [OpenJDK / HotSpot](https://bugs.openjdk.org/browse/JDK-8230305): jdk8u372, 11.0.16, 15 and later
198
+
* [IBM Semeru Runtimes](https://www.eclipse.org/openj9/docs/version0.33/#control-groups-v2-support): jdk8u345-b01, 11.0.16.0, 17.0.4.0, 18.0.2.0 and later
199
+
* [IBM Java](https://www.ibm.com/docs/en/sdk-java-technology/8?topic=new-service-refresh-7#whatsnew_sr7__fp15): 8.0.7.15 and later
197
200
* If you are using the [uber-go/automaxprocs](https://github.com/uber-go/automaxprocs) package, make sure
0 commit comments