File tree Expand file tree Collapse file tree
content/en/docs/tasks/administer-cluster Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,6 +30,13 @@ You must have an existing cluster. This page is about upgrading from Kubernetes
3030is not currently running Kubernetes {{< skew currentVersionAddMinor -1 >}} then please check
3131the 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}
Original file line number Diff line number Diff line change @@ -244,7 +244,8 @@ kubectl drain <node-to-drain> --ignore-daemonsets
244244{{< note >}}
245245On Linux nodes, the kubelet defaults to supporting only cgroups v2.
246246For 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
2502511 . Upgrade the kubelet and kubectl:
You can’t perform that action at this time.
0 commit comments