You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set up an external signer such as [cert-manager](https://github.com/jetstack/cert-manager), certificate signing requests (CSRs) are automatically approved.
336
-
Otherwise, you must manually approve certificates with the [`kubectl certificate`](/docs/setup/best-practices/certificates/) command.
337
-
The following kubeadm command outputs the name of the certificate to approve, then blocks and waits for approval to occur:
[certs] certificate request "kubeadm-cert-kube-apiserver-ld526" created
356
-
```
357
-
358
-
<!--
359
-
### Approve certificate signing requests (CSR)
360
-
361
-
If you set up an external signer, certificate signing requests (CSRs) are automatically approved.
362
-
363
-
Otherwise, you must manually approve certificates with the [`kubectl certificate`](/docs/setup/best-practices/certificates/) command. e.g.
331
+
See [Create CertificateSigningRequest](https://kubernetes.io/docs/reference/access-authn-authz/certificate-signing-requests/#create-certificatesigningrequest) for creating CSRs with the Kubernetes API.
0 commit comments