Skip to content

Commit 03fec1e

Browse files
committed
Update reference links
1 parent 91060dd commit 03fec1e

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ You should be familiar with the Kubernetes
2020

2121
The [Container runtimes](/docs/setup/production-environment/container-runtimes) page
2222
explains that the `systemd` driver is recommended for kubeadm based setups instead
23-
of the kubelet's [default `cgroupfs` driver](/docs/reference/config-api/kubelet-config.v1beta1),
24-
because kubeadm manages the kubelet as a systemd service.
23+
of the kubelet's [default](/docs/reference/config-api/kubelet-config.v1beta1) `cgroupfs` driver,
24+
because kubeadm manages the kubelet as a
25+
[systemd service](/docs/setup/production-environment/tools/kubeadm/kubelet-integration).
2526

2627
The page also provides details on how to set up a number of different container runtimes with the
2728
`systemd` driver by default.
@@ -34,7 +35,7 @@ driver of the kubelet.
3435

3536
{{< note >}}
3637
In v1.22 and later, if the user does not set the `cgroupDriver` field under `KubeletConfiguration`,
37-
`kubeadm` defaults it to `systemd`.
38+
kubeadm defaults it to `systemd`.
3839
{{< /note >}}
3940

4041
A minimal example of configuring the field explicitly:

0 commit comments

Comments
 (0)