File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
content/zh-cn/docs/reference/setup-tools/kubeadm/generated/kubeadm_upgrade Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,20 @@ The "node" command executes the following phases:
23
23
preflight Run upgrade node pre-flight checks
24
24
control-plane Upgrade the control plane instance deployed on this node, if any
25
25
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
26
30
```
27
31
-->
28
32
```
29
33
preflight 执行节点升级前检查
30
34
control-plane 如果存在的话,升级部署在该节点上的管理面实例
31
35
kubelet-config 更新该节点上的 kubelet 配置
36
+ addon # 升级默认的 kubeadm 插件
37
+ /coredns # 升级 CoreDNS 插件
38
+ /kube-proxy # 升级 kube-proxy 插件
39
+ post-upgrade # 运行升级后的任务
32
40
```
33
41
34
42
```
You can’t perform that action at this time.
0 commit comments