Skip to content

Commit 5c4a0c9

Browse files
authored
Merge pull request #31437 from tengqm/zh-tls-cluster
[zh] Resync managing TLS in a cluster
2 parents 7dffff4 + ab69d3f commit 5c4a0c9

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

content/zh/docs/tasks/tls/managing-tls-in-a-cluster.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -231,14 +231,24 @@ Events: <none>
231231
<!--
232232
## Get the Certificate Signing Request Approved
233233
234-
Approving the certificate signing request is either done by an automated
235-
approval process or on a one off basis by a cluster administrator. More
236-
information on what this involves is covered below.
234+
Approving the [certificate signing request](/docs/reference/access-authn-authz/certificate-signing-requests/)
235+
is either done by an automated approval process or on a one off basis by a cluster
236+
administrator. If you're authorized to approve a certificate request, you can do that
237+
manually using `kubectl`; for example:
237238
-->
238239
## 批准证书签名请求
239240

240-
批准证书签名请求是通过自动批准过程完成的,或由集群管理员一次性完成。
241-
有关这方面涉及的更多信息,请参见下文。
241+
[证书签名请求](/zh/docs/reference/access-authn-authz/certificate-signing-requests/)
242+
的批准或者是通过自动批准过程完成的,或由集群管理员一次性完成。
243+
如果你被授权批准证书请求,你可以使用 `kubectl` 来手动完成此操作;例如:
244+
245+
```shell
246+
kubectl certificate approve my-svc.my-namespace
247+
```
248+
249+
```none
250+
certificatesigningrequest.certificates.k8s.io/my-svc.my-namespace approved
251+
```
242252

243253
<!--
244254
## Download the Certificate and Use It

0 commit comments

Comments
 (0)