Cluster administrators can review certificate signing requests (CSRs) and approve or deny them.
You can review the list of certificate signing requests (CSRs).
You can manually approve certificate signing requests (CSRs) by using the oc certificate approve
command.
You can manually deny certificate signing requests (CSRs) by using the oc certificate deny
command.
开启证书自动续签--非常重要
You can configure automatic approval of node certificate signing requests (CSRs) by specifying adding the following parameter to your Ansible inventory file when installing your cluster:
openshift_master_bootstrap_auto_approve=true
Adding this parameter allows all CSRs generated by using the boostrap credential or from a previously authenticated node with the same host name to be approved without any administrator intervention.
参考链接:
https://docs.openshift.com/container-platform/3.11/install_config/redeploying_certificates.html