[go: nahoru, domu]

Skip to content

Commit

Permalink
Update reference links
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgiles committed May 18, 2023
1 parent 91060dd commit 03fec1e
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ You should be familiar with the Kubernetes

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

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

{{< note >}}
In v1.22 and later, if the user does not set the `cgroupDriver` field under `KubeletConfiguration`,
`kubeadm` defaults it to `systemd`.
kubeadm defaults it to `systemd`.
{{< /note >}}

A minimal example of configuring the field explicitly:
Expand Down

0 comments on commit 03fec1e

Please sign in to comment.