Skip to content

Commit a061780

Browse files
authored
Merge pull request #38079 from windsonsea/impdet
[zh] Fix some anchors in implementation-details.md
2 parents 567edfe + 612673e commit a061780

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

content/zh-cn/docs/reference/setup-tools/kubeadm/implementation-details.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -794,8 +794,8 @@ Please note that:
794794
2. If you run kubeadm in `--dry-run` mode, the etcd static Pod manifest is written
795795
into a temporary folder.
796796
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.
799799
-->
800800
1. etcd 容器镜像默认从 `registry.gcr.io` 拉取。有关自定义镜像仓库,
801801
请参阅[使用自定义镜像](/zh-cn/docs/reference/setup-tools/kubeadm/kubeadm-init/#custom-images)
@@ -829,7 +829,7 @@ kubeadm 依靠 kubelet 拉取控制平面镜像并将其作为静态 Pod 正确
829829
<!--
830830
### Save the kubeadm ClusterConfiguration in a ConfigMap for later reference
831831
-->
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}
833833

834834
<!--
835835
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:
874874
- Taints the node with `node-role.kubernetes.io/control-plane:NoSchedule`
875875
876876
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.
879878
880879
- Taints the node with `node-role.kubernetes.io/master:NoSchedule` and
881880
`node-role.kubernetes.io/control-plane:NoSchedule`
@@ -950,7 +949,6 @@ Please note that:
950949
`kubeadm init` create a first bootstrap token, either generated automatically or provided by the
951950
user with the `--token` flag; as documented in bootstrap token specification, token should be
952951
saved as secrets with name `bootstrap-token-<token-id>` under `kube-system` namespace.
953-
Please note that:
954952
-->
955953
`kubeadm init` 创建第一个引导令牌,该令牌是自动生成的或由用户提供的 `--token`
956954
标志的值;如引导令牌规范文档中所述,令牌应保存在 `kube-system` 名字空间下名为
@@ -1035,7 +1033,7 @@ Kubeadm 确保节点启用了证书轮换,csrapprover 控制器将自动批准
10351033

10361034
<!--
10371035
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
10391037
role `system:certificates.k8s.io:certificatesigningrequests:selfnodeclient`.
10401038
-->
10411039
这是通过在 `system:nodes` 组和
@@ -1046,7 +1044,7 @@ ClusterRoleBinding 来实现的。
10461044
<!--
10471045
#### Create the public cluster-info ConfigMap
10481046
-->
1049-
#### 创建公共 cluster-info ConfigMap
1047+
#### 创建公共 cluster-info ConfigMap {#create-the-public-cluster-info-configmap}
10501048

10511049
<!--
10521050
This phase creates the `cluster-info` ConfigMap in the `kube-public` namespace.
@@ -1079,7 +1077,7 @@ Please note that:
10791077
<!--
10801078
### Install addons
10811079
-->
1082-
### 安装插件 {##install-addons}
1080+
### 安装插件 {#install-addons}
10831081

10841082
<!--
10851083
Kubeadm installs the internal DNS server and the kube-proxy addon components via the API server.
@@ -1194,7 +1192,7 @@ Please note that:
11941192
1. In any case the user can skip specific preflight checks (or eventually all preflight checks)
11951193
with the `--ignore-preflight-errors` option.
11961194
-->
1197-
1. `kubeadm join` 预检基本上是 `kubeadm init` 预检的一个子集
1195+
1. `kubeadm join` 预检基本上是 `kubeadm init` 预检的一个子集
11981196
2. 从 1.24 开始,kubeadm 使用 crictl 与所有已知的 CRI 端点进行通信。
11991197
3. 从 1.9 开始,kubeadm 支持加入在 Windows 上运行的节点;在这种情况下,
12001198
将跳过 Linux 特定的控制参数。

0 commit comments

Comments
 (0)