Skip to content

Commit 6040ce1

Browse files
authored
Update configure-cgroup-driver.md
1 parent 75b7fce commit 6040ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/en/docs/tasks/administer-cluster/kubeadm/configure-cgroup-driver.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ To use `cgroupfs` and to prevent `kubeadm upgrade` from modifying the
7373
about its value. This applies to a case where you do not wish future versions
7474
of kubeadm to apply the `systemd` driver by default.
7575

76-
See the below section on "[Modify the kubelet ConfigMap](#modify-kubelet-configmap)" for details on
76+
See the below section on "[Modify the kubelet ConfigMap](#modify-the-kubelet-configmap)" for details on
7777
how to be explicit about the value.
7878

7979
If you wish to configure a container runtime to use the `cgroupfs` driver,
@@ -92,7 +92,7 @@ before joining the new nodes and ensuring the workloads can safely move to the n
9292
nodes before deleting the old nodes.
9393
{{< /note >}}
9494

95-
### Modify the kubelet ConfigMap {#modify-kubelet-configmap}
95+
### Modify the kubelet ConfigMap {#modify-the-kubelet-configmap}
9696

9797
- Call `kubectl edit cm kubelet-config -n kube-system`.
9898
- Either modify the existing `cgroupDriver` value or add a new field that looks like this:

0 commit comments

Comments
 (0)