Bug 1931883
| Summary: | Fail to install Volume Expander Operator due to CrashLookBackOff | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Bruno Andrade <bandrade> |
| Component: | ISV Operators | Assignee: | Alexandre Menezes <amenezes> |
| Status: | CLOSED ERRATA | QA Contact: | Salvatore Colangelo <scolange> |
| Severity: | low | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.7 | CC: | amenezes, aos-bugs, jiazha, sd-ecosystem |
| Target Milestone: | --- | ||
| Target Release: | 4.8.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-07-27 22:47:39 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: | |||
Operator installing normally on OCP 4.7.0 GA oc get pods -n openshift-operators | grep volume-expander volume-expander-operator-controller-manager-58c9bb456-jphkj 2/2 Running 0 80s [scolange@scolange ~]$ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.8.0-0.nightly-2021-03-04-014703 True False 20m Cluster version is 4.8.0-0.nightly-2021-03-04-014703 [scolange@scolange ~]$ oc get pods -n openshift-operators | grep volume-expander volume-expander-operator-controller-manager-5c94699cd7-x8jwg 2/2 Running 0 2m36s LGMT! 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 (Moderate: OpenShift Container Platform 4.8.2 bug fix and security update), 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/RHSA-2021:2438 |
Description of problem: Manager pod shows the following exception: 2021-02-23T13:23:36.524Z ERROR controller-runtime.manager Failed to get API Group-Resources {"error": "Unauthorized"} github.com/go-logr/zapr.(*zapLogger).Error /go/pkg/mod/github.com/go-logr/zapr.0/zapr.go:128 sigs.k8s.io/controller-runtime/pkg/manager.New /go/pkg/mod/sigs.k8s.io/controller-runtime.2/pkg/manager/manager.go:279 main.main /workspace/main.go:58 runtime.main /usr/local/go/src/runtime/proc.go:203 2021-02-23T13:23:36.524Z ERROR setup unable to start manager {"error": "Unauthorized"} github.com/go-logr/zapr.(*zapLogger).Error /go/pkg/mod/github.com/go-logr/zapr.0/zapr.go:128 main.main /workspace/main.go:66 runtime.main /usr/local/go/src/runtime/proc.go:203 Version-Release number of selected component (if applicable): OCP Version: 4.7.0-0.nightly-2021-02-18-110409 Volume Expander Operator: 0.1.4 How reproducible: Always Steps to Reproduce: 1. Install the Operator using the Operator Hub