Bug 1711447
| Summary: | Cannot recover from bad serving cert secret on Kube api server | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | chris alfonso <calfonso> |
| Component: | kube-apiserver | Assignee: | Luis Sanchez <sanchezl> |
| Status: | CLOSED DUPLICATE | QA Contact: | Xingxing Xia <xxia> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.1.0 | CC: | aos-bugs, calfonso, cewong, jokerman, mfojtik, mmccomas, xxia |
| Target Milestone: | --- | Keywords: | NeedsTestCase |
| Target Release: | 4.1.z | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1711431 | Environment: | |
| Last Closed: | 2019-11-12 15:26:16 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 1711431 | ||
| Bug Blocks: | |||
|
Description
chris alfonso
2019-05-17 20:12:07 UTC
Update: this is breaking all the time regardless of the certificate. Specifying a good certificate is not working as in:
spec:
servingCerts:
defaultServingCertificate:
name: good-creds
However, using a named cert does work:
spec:
servingCerts:
namedCertificates:
- names:
- api.cewong.new-installer.openshift.com
servingCertificate:
name: good-creds
This functionality *** This bug has been marked as a duplicate of bug 1728754 *** |