File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
content/zh-cn/docs/reference/setup-tools/kubeadm Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,8 @@ Kubernetes 目录 `/etc/kubernetes` 在应用程序中是一个常量,
103103- `/etc/kubernetes/manifests` as the path where the kubelet should look for static Pod manifests.
104104 Names of static Pod manifests are:
105105-->
106- - ` /etc/kubernetes/manifests ` 作为 kubelet 查找静态 Pod 清单的路径。静态 Pod 清单的名称为:
106+ - ` /etc/kubernetes/manifests ` 作为 kubelet 查找静态 Pod 清单的路径。
107+ 静态 Pod 清单的名称为:
107108
108109 - ` etcd.yaml `
109110 - ` kube-apiserver.yaml `
@@ -120,7 +121,8 @@ Kubernetes 目录 `/etc/kubernetes` 在应用程序中是一个常量,
120121 - `admin.conf` for the cluster admin and kubeadm itself
121122 - `super-admin.conf` for the cluster super-admin that can bypass RBAC
122123-->
123- - ` /etc/kubernetes/ ` 作为带有控制平面组件身份标识的 kubeconfig 文件的路径。kubeconfig 文件的名称为:
124+ - ` /etc/kubernetes/ ` 作为带有控制平面组件身份标识的 kubeconfig 文件的路径。
125+ kubeconfig 文件的名称为:
124126
125127 - ` kubelet.conf ` (在 TLS 引导时名称为 ` bootstrap-kubelet.conf ` )
126128 - ` controller-manager.conf `
@@ -1357,7 +1359,7 @@ kubelet 加入集群,同时删除 `bootstrap-kubelet.conf`。
13571359<!--
13581360## kubeadm upgrade workflow internal design
13591361
1360- `kubeadm upgrade` has sub-commands for handling the upgrade of the Kubernets cluster created by kubeadm.
1362+ `kubeadm upgrade` has sub-commands for handling the upgrade of the Kubernetes cluster created by kubeadm.
13611363You must run `kubeadm upgrade apply` on a control plane node (you can choose which one);
13621364this starts the upgrade process. You then run `kubeadm upgrade node` on all remaining
13631365nodes (both worker nodes and control plane nodes).
You can’t perform that action at this time.
0 commit comments