@@ -794,8 +794,8 @@ Please note that:
794
794
2. If you run kubeadm in `--dry-run` mode, the etcd static Pod manifest is written
795
795
into a temporary folder.
796
796
3. You can directly invoke static Pod manifest generation for local etcd, using the
797
- [`kubeadm init phase etcd local`](/docs/reference/setup-tools/kubeadm/kubeadm-init-phase/#cmd-phase-etcd)
798
- command.
797
+ [`kubeadm init phase etcd local`](/docs/reference/setup-tools/kubeadm/kubeadm-init-phase/#cmd-phase-etcd)
798
+ command.
799
799
-->
800
800
1 . etcd 容器镜像默认从 ` registry.gcr.io ` 拉取。有关自定义镜像仓库,
801
801
请参阅[ 使用自定义镜像] ( /zh-cn/docs/reference/setup-tools/kubeadm/kubeadm-init/#custom-images ) 。
@@ -829,7 +829,7 @@ kubeadm 依靠 kubelet 拉取控制平面镜像并将其作为静态 Pod 正确
829
829
<!--
830
830
### Save the kubeadm ClusterConfiguration in a ConfigMap for later reference
831
831
-->
832
- ### 将 kubeadm ClusterConfiguration 保存在 ConfigMap 中以供以后参考 {#save-the-kubeadm-clusterConfiguration -in-a-configMap -for-later-reference}
832
+ ### 将 kubeadm ClusterConfiguration 保存在 ConfigMap 中以供以后参考 {#save-the-kubeadm-clusterconfiguration -in-a-configmap -for-later-reference}
833
833
834
834
<!--
835
835
kubeadm saves the configuration passed to `kubeadm init` in a ConfigMap named `kubeadm-config`
@@ -874,8 +874,7 @@ As soon as the control plane is available, kubeadm executes following actions:
874
874
- Taints the node with `node-role.kubernetes.io/control-plane:NoSchedule`
875
875
876
876
Please note that the phase to mark the control-plane phase can be invoked
877
- individually with the
878
- [`kubeadm init phase mark-control-plane`](/docs/reference/setup-tools/kubeadm/kubeadm-init-phase/#cmd-phase-mark-control-plane) command.
877
+ individually with the [`kubeadm init phase mark-control-plane`](/docs/reference/setup-tools/kubeadm/kubeadm-init-phase/#cmd-phase-mark-control-plane) command.
879
878
880
879
- Taints the node with `node-role.kubernetes.io/master:NoSchedule` and
881
880
`node-role.kubernetes.io/control-plane:NoSchedule`
@@ -950,7 +949,6 @@ Please note that:
950
949
`kubeadm init` create a first bootstrap token, either generated automatically or provided by the
951
950
user with the `--token` flag; as documented in bootstrap token specification, token should be
952
951
saved as secrets with name `bootstrap-token-<token-id>` under `kube-system` namespace.
953
- Please note that:
954
952
-->
955
953
` kubeadm init ` 创建第一个引导令牌,该令牌是自动生成的或由用户提供的 ` --token `
956
954
标志的值;如引导令牌规范文档中所述,令牌应保存在 ` kube-system ` 名字空间下名为
@@ -1035,7 +1033,7 @@ Kubeadm 确保节点启用了证书轮换,csrapprover 控制器将自动批准
1035
1033
1036
1034
<!--
1037
1035
This is implemented by creating ClusterRoleBinding named
1038
- `kubeadm:node-autoapprove-certificate-rotation` between the `system:nodes` group and the default
1036
+ `kubeadm:node-autoapprove-certificate-rotation` between the `system:nodes` group and the default
1039
1037
role `system:certificates.k8s.io:certificatesigningrequests:selfnodeclient`.
1040
1038
-->
1041
1039
这是通过在 ` system:nodes ` 组和
@@ -1046,7 +1044,7 @@ ClusterRoleBinding 来实现的。
1046
1044
<!--
1047
1045
#### Create the public cluster-info ConfigMap
1048
1046
-->
1049
- #### 创建公共 cluster-info ConfigMap
1047
+ #### 创建公共 cluster-info ConfigMap {#create-the-public-cluster-info-configmap}
1050
1048
1051
1049
<!--
1052
1050
This phase creates the `cluster-info` ConfigMap in the `kube-public` namespace.
@@ -1079,7 +1077,7 @@ Please note that:
1079
1077
<!--
1080
1078
### Install addons
1081
1079
-->
1082
- ### 安装插件 {## install-addons}
1080
+ ### 安装插件 {#install-addons}
1083
1081
1084
1082
<!--
1085
1083
Kubeadm installs the internal DNS server and the kube-proxy addon components via the API server.
@@ -1194,7 +1192,7 @@ Please note that:
1194
1192
1. In any case the user can skip specific preflight checks (or eventually all preflight checks)
1195
1193
with the `--ignore-preflight-errors` option.
1196
1194
-->
1197
- 1 . ` kubeadm join ` 预检基本上是 ` kubeadm init ` 预检的一个子集
1195
+ 1 . ` kubeadm join ` 预检基本上是 ` kubeadm init ` 预检的一个子集。
1198
1196
2 . 从 1.24 开始,kubeadm 使用 crictl 与所有已知的 CRI 端点进行通信。
1199
1197
3 . 从 1.9 开始,kubeadm 支持加入在 Windows 上运行的节点;在这种情况下,
1200
1198
将跳过 Linux 特定的控制参数。
0 commit comments