Skip to content

Commit af9cc1b

Browse files
authored
Merge pull request #25446 from ycyxuehan/patch-4
Update certificates.md
2 parents 8cbcce2 + c97259b commit af9cc1b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

content/zh/docs/setup/best-practices/certificates.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Kubernetes 需要 PKI 才能执行以下操作:
4747
* Client certificate for the API server to talk to etcd
4848
* Client certificate/kubeconfig for the controller manager to talk to the API server
4949
* Client certificate/kubeconfig for the scheduler to talk to the API server.
50-
* Client and server certificates for the [front-proxy][proxy]
50+
* Client and server certificates for the [front-proxy](/docs/tasks/extend-kubernetes/configure-aggregation-layer/)
5151
-->
5252
* Kubelet 的客户端证书,用于 API 服务器身份验证
5353
* API 服务器端点的证书
@@ -106,7 +106,7 @@ Required CAs:
106106
|------------------------|---------------------------|----------------------------------|
107107
| ca.crt,key | kubernetes-ca | Kubernetes general CA |
108108
| etcd/ca.crt,key | etcd-ca | For all etcd-related functions |
109-
| front-proxy-ca.crt,key | kubernetes-front-proxy-ca | For the [front-end proxy][proxy] |
109+
| front-proxy-ca.crt,key | kubernetes-front-proxy-ca | For the [front-end proxy](/docs/tasks/extend-kubernetes/configure-aggregation-layer/) |
110110
111111
On top of the above CAs, it is also necessary to get a public/private key pair for service account management, `sa.key` and `sa.pub`.
112112
-->
@@ -116,7 +116,7 @@ On top of the above CAs, it is also necessary to get a public/private key pair f
116116
|------------------------|---------------------------|----------------------------------|
117117
| ca.crt,key | kubernetes-ca | Kubernetes 通用 CA |
118118
| etcd/ca.crt,key | etcd-ca | 与 etcd 相关的所有功能 |
119-
| front-proxy-ca.crt,key | kubernetes-front-proxy-ca | 用于 [前端代理][proxy] |
119+
| front-proxy-ca.crt,key | kubernetes-front-proxy-ca | 用于 [前端代理](/zh/docs/tasks/extend-kubernetes/configure-aggregation-layer/) |
120120

121121
上面的 CA 之外,还需要获取用于服务账户管理的密钥对,也就是 `sa.key``sa.pub`
122122

@@ -144,17 +144,17 @@ Required certificates:
144144
| front-proxy-client | kubernetes-front-proxy-ca | | client | |
145145

146146
<!--
147-
[1]: any other IP or DNS name you contact your cluster on (as used by [kubeadm][kubeadm] the load balancer stable IP and/or DNS name, `kubernetes`, `kubernetes.default`, `kubernetes.default.svc`,
147+
[1]: any other IP or DNS name you contact your cluster on (as used by [kubeadm](/docs/reference/setup-tools/kubeadm/kubeadm/) the load balancer stable IP and/or DNS name, `kubernetes`, `kubernetes.default`, `kubernetes.default.svc`,
148148
`kubernetes.default.svc.cluster`, `kubernetes.default.svc.cluster.local`)
149149
150-
where `kind` maps to one or more of the [x509 key usage][usage] types:
150+
where `kind` maps to one or more of the [x509 key usage](https://godoc.org/k8s.io/api/certificates/v1beta1#KeyUsage) types:
151151
-->
152152
[1]: 用来连接到集群的不同 IP 或 DNS 名
153153
(就像 [kubeadm](/zh/docs/reference/setup-tools/kubeadm/kubeadm/) 为负载均衡所使用的固定
154154
IP 或 DNS 名,`kubernetes``kubernetes.default``kubernetes.default.svc`
155155
`kubernetes.default.svc.cluster``kubernetes.default.svc.cluster.local`)。
156156

157-
其中,`kind` 对应一种或多种类型的 [x509 密钥用途][https://godoc.org/k8s.io/api/certificates/v1beta1#KeyUsage]
157+
其中,`kind` 对应一种或多种类型的 [x509 密钥用途](https://godoc.org/k8s.io/api/certificates/v1beta1#KeyUsage)
158158

159159
<!--
160160
| kind | Key usage |
@@ -193,11 +193,11 @@ For kubeadm users only:
193193
<!--
194194
### Certificate paths
195195
196-
Certificates should be placed in a recommended path (as used by [kubeadm][kubeadm]). Paths should be specified using the given argument regardless of location.
196+
Certificates should be placed in a recommended path (as used by [kubeadm](/docs/reference/setup-tools/kubeadm/kubeadm/)). Paths should be specified using the given argument regardless of location.
197197
-->
198198
### 证书路径
199199

200-
证书应放置在建议的路径中(以便 [kubeadm][kubeadm]使用)。无论使用什么位置,都应使用给定的参数指定路径。
200+
证书应放置在建议的路径中(以便 [kubeadm](/zh/docs/reference/setup-tools/kubeadm/kubeadm/)使用)。无论使用什么位置,都应使用给定的参数指定路径。
201201

202202
| 默认 CN | 建议的密钥路径 | 建议的证书路径 | 命令 | 密钥参数 | 证书参数 |
203203
|------------------------------|------------------------------|-----------------------------|----------------|------------------------------|-------------------------------------------|

0 commit comments

Comments
 (0)