Skip to content

Commit c328a3a

Browse files
authored
Merge pull request #49198 from my-git9/np-9356
[zh-cn]sync kubeadm_upgrade_node.md
2 parents 184048f + 5fb64b7 commit c328a3a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade/kubeadm_upgrade_node.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,20 @@ The "node" command executes the following phases:
2323
preflight Run upgrade node pre-flight checks
2424
control-plane Upgrade the control plane instance deployed on this node, if any
2525
kubelet-config Upgrade the kubelet configuration for this node
26+
addon Upgrade the default kubeadm addons
27+
/coredns Upgrade the CoreDNS addon
28+
/kube-proxy Upgrade the kube-proxy addon
29+
post-upgrade Run post upgrade tasks
2630
```
2731
-->
2832
```
2933
preflight 执行节点升级前检查
3034
control-plane 如果存在的话,升级部署在该节点上的管理面实例
3135
kubelet-config 更新该节点上的 kubelet 配置
36+
addon # 升级默认的 kubeadm 插件
37+
/coredns # 升级 CoreDNS 插件
38+
/kube-proxy # 升级 kube-proxy 插件
39+
post-upgrade # 运行升级后的任务
3240
```
3341

3442
```

0 commit comments

Comments
 (0)