Skip to content

Commit b34a597

Browse files
committed
Revise notes about cgroup v1 deprecation
1 parent 2c124a9 commit b34a597

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

‎content/en/docs/tasks/administer-cluster/cluster-upgrade.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,13 @@ You must have an existing cluster. This page is about upgrading from Kubernetes
3030
is not currently running Kubernetes {{< skew currentVersionAddMinor -1 >}} then please check
3131
the documentation for the version of Kubernetes that you plan to upgrade to.
3232

33+
{{< note >}}
34+
On Linux nodes, the kubelet defaults to supporting only cgroups v2.
35+
For Kubernetes {{< skew currentVersion >}} the `FailCgroupV1` kubelet configuration option is set to `true` by default.
36+
37+
To learn more, refer to the [Kubernetes cgroup v1 deprecation documentation](/docs/concepts/architecture/cgroups/#deprecation-of-cgroup-v1).
38+
{{</ note >}}
39+
3340
## Upgrade approaches
3441

3542
### kubeadm {#upgrade-kubeadm}

‎content/en/docs/tasks/administer-cluster/kubeadm/kubeadm-upgrade.md‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,8 @@ kubectl drain <node-to-drain> --ignore-daemonsets
244244
{{< note >}}
245245
On Linux nodes, the kubelet defaults to supporting only cgroups v2.
246246
For Kubernetes {{< skew currentVersion >}} the `FailCgroupV1` kubelet configuration option is set to `true` by default.
247-
Please refer to the [Kubernetes cgroup v1 deprecation documentation](/docs/concepts/architecture/cgroups/#deprecation-of-cgroup-v1).
247+
248+
To learn more, refer to the [Kubernetes cgroup v1 deprecation documentation](/docs/concepts/architecture/cgroups/#deprecation-of-cgroup-v1).
248249
{{</ note >}}
249250

250251
1. Upgrade the kubelet and kubectl:

0 commit comments

Comments
 (0)