Update Azure Red Hat OpenShift cluster certificates
Azure Red Hat OpenShift uses cluster certificates stored on worker machines for API and application ingress. These certificates are normally updated in a transparent process during routine maintenance. In some cases, cluster certificates might fail to update during maintenance.
If you're experiencing certificate issues, you can manually update your certificates using the az aro update
command:
az aro update --name MyCluster --resource-group MyResourceGroup --refresh-credentials
where:
name
is the name of the clusterresource-group
is the name of the resource group. You can configure the default group usingaz-config --defaults group=<name>
.- refresh-credentials refreshes cluster application credentials
Running this command restarts worker machines and updates the cluster certificates, setting the cluster to a known, proper state.
Note
Certificates for custom domains need to be updated manually. For more information, see the Red Hat OpenShift documentation.