Skip to content

Commit 08c521e

Browse files
committed
[zh-cn]sync kubeadm-reconfigure.md
Signed-off-by: xin.li <[email protected]>
1 parent cd9b5fe commit 08c521e

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

content/zh-cn/docs/tasks/administer-cluster/kubeadm/kubeadm-reconfigure.md

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -324,27 +324,18 @@ The configuration is located under the `data.config.conf` key.
324324
#### Reflecting the kube-proxy changes
325325
326326
Once the `kube-proxy` ConfigMap is updated, you can restart all kube-proxy Pods:
327-
328-
Obtain the Pod names:
329-
330327
-->
331328
#### 反映 kube-proxy 的更改
332329

333330
更新 `kube-proxy` ConfigMap 后,你可以重新启动所有 kube-proxy Pod:
334331

335-
获取 Pod 名称:
336-
337-
```shell
338-
kubectl get po -n kube-system | grep kube-proxy
339-
```
340-
341332
<!--
342-
Delete a Pod with:
333+
Delete the Pods with:
343334
-->
344335
使用以下命令删除 Pod:
345336

346337
```shell
347-
kubectl delete po -n kube-system <pod-name>
338+
kubectl delete po -n kube-system -l k8s-app=kube-proxy
348339
```
349340

350341
<!--

0 commit comments

Comments
 (0)