Description of problem: After installing a cluster and configuring an ingress default certificate, when that certificate is renewed, the openshift-console, for one, does not serve the new certificate. Version-Release number of selected component (if applicable): 4.0.0-0.9 How reproducible: Unknown Steps to Reproduce: 1. Install a cluster 2. Create certificate ALPHA and populate it into TLS secret X 3. Configure IngressController resource with defaultCertificate set to secret X 4. Verify that https://openshift-authentication-openshift-authentication.apps.... is served with ALPHA 5. Login 6. Verify that https://console-openshift-console.apps... is served with ALPHA 7. Generate a new certificate BETA 8. oc apply the changes to the secret X 9. Allow clusteroperators to settle 10. Note that openshift-authentication-openshift-authentication.apps is served with BETA 11. Note that console-openshift-console.apps is served with ALPHA Actual results: Console is still serving with the old certificate. Expected results: All apps should be serving with certificate BETA. Additional info: See attachments and listing for details.
*** This bug has been marked as a duplicate of bug 1701410 ***