Bug 1737630
| Summary: | Shutdown Clusters don't come back up | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Wolfgang Kulhanek <wkulhane> |
| Component: | kube-apiserver | Assignee: | David Eads <deads> |
| Status: | CLOSED ERRATA | QA Contact: | zhou ying <yinzhou> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.1.z | CC: | aos-bugs, deads, mfojtik, nagrawal, xxia, yinzhou |
| Target Milestone: | --- | ||
| Target Release: | 4.3.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-01-23 11:05:01 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Wolfgang Kulhanek
2019-08-05 21:40:33 UTC
oc adm must-gather doesn't work: the server is currently unable to handle the request (get imagestreams.image.openshift.io must-gather) Using image: quay.io/openshift/origin-must-gather:latest namespace/openshift-must-gather-k9rf2 created clusterrolebinding.rbac.authorization.k8s.io/must-gather-bln94 created clusterrolebinding.rbac.authorization.k8s.io/must-gather-bln94 deleted namespace/openshift-must-gather-k9rf2 deleted error: timed out waiting for the condition the design is located in https://github.com/openshift/enhancements/pull/1 . The short-term workaround is to 1. `oc delete -n openshift-kube-controller-manager-operator secrets/csr-signer-signer secrets/csr-signer`, 2. then wait for 15 minutes. 3. You should see several clusteroperator oc get co go to progressing pretty quick. I think I saw it take two cycles for me locally, hence 15 minutes Wrote a document how to set this up: https://github.com/redhat-cop/openshift-lab-origin/blob/master/OpenShift4/Stopping_and_Resuming_OCP4_Clusters.adoc 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, 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:0062 |