Skip to content

Commit f183a65

Browse files
committed
Fix containerd version typo
1 parent fe2b404 commit f183a65

File tree

1 file changed

+1
-1
lines changed
  • content/en/blog/_posts/2021-11-26-memory-qos-cgroups-v2

1 file changed

+1
-1
lines changed

content/en/blog/_posts/2021-11-26-memory-qos-cgroups-v2/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ This can can help improve stability when pod memory usage increases, ensuring th
9393
Here are the prerequisites for enabling Memory QoS on your Linux node, some of these are related to [Kubernetes support for cgroup v2](https://github.com/kubernetes/enhancements/tree/master/keps/sig-node/2254-cgroup-v2).
9494

9595
1. Kubernetes since v1.22
96-
2. [runc](https://github.com/opencontainers/runc) since v1.0.0-rc93; [containerd](https://containerd.io/) since 1.14; [cri-o](https://cri-o.io/) since 1.20
96+
2. [runc](https://github.com/opencontainers/runc) since v1.0.0-rc93; [containerd](https://containerd.io/) since 1.4; [cri-o](https://cri-o.io/) since 1.20
9797
3. Linux kernel minimum version: 4.15, recommended version: 5.2+
9898
4. Linux image with cgroupv2 enabled or enabling cgroupv2 unified_cgroup_hierarchy manually
9999

0 commit comments

Comments
 (0)