File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
content/en/docs/tasks/administer-cluster/kubeadm Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ To use `cgroupfs` and to prevent `kubeadm upgrade` from modifying the
73
73
about its value. This applies to a case where you do not wish future versions
74
74
of kubeadm to apply the ` systemd ` driver by default.
75
75
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
77
77
how to be explicit about the value.
78
78
79
79
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
92
92
nodes before deleting the old nodes.
93
93
{{< /note >}}
94
94
95
- ### Modify the kubelet ConfigMap {#modify-kubelet-configmap}
95
+ ### Modify the kubelet ConfigMap {#modify-the- kubelet-configmap}
96
96
97
97
- Call ` kubectl edit cm kubelet-config -n kube-system ` .
98
98
- Either modify the existing ` cgroupDriver ` value or add a new field that looks like this:
You can’t perform that action at this time.
0 commit comments