File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed
content/zh/docs/tasks/tls Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -231,14 +231,24 @@ Events: <none>
231
231
<!--
232
232
## Get the Certificate Signing Request Approved
233
233
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:
237
238
-->
238
239
## 批准证书签名请求
239
240
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
+ ```
242
252
243
253
<!--
244
254
## Download the Certificate and Use It
You can’t perform that action at this time.
0 commit comments