Skip to content

Commit f71bc6d

Browse files
author
Tim Bannister
committed
Fix punctuation nit
1 parent bfb6fd4 commit f71bc6d

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
@@ -99,7 +99,7 @@ Here are the prerequisites for enabling Memory QoS on your Linux node, some of t
9999

100100
OCI runtimes such as runc and crun already support cgroups v2 [`Unified`](https://github.com/opencontainers/runtime-spec/blob/master/config-linux.md#unified), and Kubernetes CRI has also made the desired changes to support passing [`Unified`](https://github.com/kubernetes/kubernetes/pull/102578). However, CRI Runtime support is required as well. Memory QoS in Alpha phase is designed to support containerd and cri-o. Related PR [Feature: containerd-cri support LinuxContainerResources.Unified #5627](https://github.com/containerd/containerd/pull/5627) has been merged and will be released in containerd 1.6. CRI-O [implement kube alpha features for 1.22 #5207](https://github.com/cri-o/cri-o/pull/5207) is still in WIP.
101101

102-
With those prerequisites met, you can enable the memory QoS feature gate (see [Set kubelet parameters via a config file](/docs/tasks/administer-cluster/kubelet-config-file/).
102+
With those prerequisites met, you can enable the memory QoS feature gate (see [Set kubelet parameters via a config file](/docs/tasks/administer-cluster/kubelet-config-file/)).
103103

104104
## How can I learn more?
105105

0 commit comments

Comments
 (0)