File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
content/zh/docs/tasks/administer-cluster/kubeadm Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -180,13 +180,10 @@ nodes before deleting the old nodes.
180
180
### 修改 kubelet 的 ConfigMap
181
181
182
182
<!--
183
- - Find the kubelet ConfigMap name using `kubectl get cm -n kube-system | grep kubelet-config`.
184
- - Call `kubectl edit cm kubelet-config-x.yy -n kube-system` (replace `x.yy` with
185
- the Kubernetes version).
183
+ - Call `kubectl edit cm kubelet-config -n kube-system`.
186
184
- Either modify the existing `cgroupDriver` value or add a new field that looks like this:
187
185
-->
188
- - 用命令 ` kubectl get cm -n kube-system | grep kubelet-config ` 找到 kubelet 的 ConfigMap 名称。
189
- - 运行 ` kubectl edit cm kubelet-config-x.yy -n kube-system ` (把 ` x.yy ` 替换为 Kubernetes 版本)。
186
+ - 运行 ` kubectl edit cm kubelet-config -n kube-system ` 。
190
187
- 修改现有 ` cgroupDriver ` 的值,或者新增如下式样的字段:
191
188
192
189
``` yaml
You can’t perform that action at this time.
0 commit comments