Bug 1820517
| Summary: | [service-ca]fixes configmap "extension-apiserver-authentication" not found | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Ke Wang <kewang> |
| Component: | service-ca | Assignee: | Stefan Schimanski <sttts> |
| Status: | CLOSED ERRATA | QA Contact: | Ke Wang <kewang> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.5 | CC: | aos-bugs, lszaszki, mfojtik, scheng, xxia |
| Target Milestone: | --- | ||
| Target Release: | 4.5.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1812878 | Environment: | |
| Last Closed: | 2020-08-04 18:04:03 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: | |||
|
Description
Ke Wang
2020-04-03 09:21:28 UTC
Another related pod also has the same problem, $ oc logs service-ca-7d4888fdd4-tsgf6 -n openshift-service-ca | grep 'configmap "extension-apiserver-authentication" not found' W0403 07:20:10.584100 1 configmap_cafile_content.go:102] unable to load initial CA bundle for: "client-ca::kube-system::extension-apiserver-authentication::client-ca-file" due to: configmap "extension-apiserver-authentication" not found W0403 07:20:10.584436 1 configmap_cafile_content.go:102] unable to load initial CA bundle for: "client-ca::kube-system::extension-apiserver-authentication::requestheader-client-ca-file" due to: configmap "extension-apiserver-authentication" not found the fix was included in the latest rebase (upstream 1.18) Verified with OCP build 4.5.0-0.nightly-2020-05-11-225223, To verify if the log occurred the pod starting up, tried the following, $ oc delete pod service-ca-operator-68bf9c867-4zsv6 -n openshift-service-ca-operator --force --grace-period=0 warning: Immediate deletion does not wait for confirmation that the running resource has been terminated. The resource may continue to run on the cluster indefinitely. pod "service-ca-operator-68bf9c867-4zsv6" force deleted $ oc get pods -A |grep service-ca-operator openshift-service-ca-operator service-ca-operator-68bf9c867-8fgb6 1/1 Running 0 12s $ oc logs service-ca-operator-68bf9c867-8fgb6 -n openshift-service-ca-operator | grep 'configmap "extension-apiserver-authentication" not found' No results found, so move the bug verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (OpenShift Container Platform 4.5 image release advisory), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2020:2409 |