Bug 1925113
| Summary: | Camel K Operator CSV stays stuck in Pending status | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Lukas Lowinger <llowinge> | ||||||||||||||
| Component: | OLM | Assignee: | Evan Cordell <ecordell> | ||||||||||||||
| OLM sub component: | OLM | QA Contact: | Jian Zhang <jiazha> | ||||||||||||||
| Status: | CLOSED DUPLICATE | Docs Contact: | |||||||||||||||
| Severity: | medium | ||||||||||||||||
| Priority: | medium | CC: | astefanu, krizza, llowinge, maschmid | ||||||||||||||
| Version: | 4.6.z | Keywords: | Triaged | ||||||||||||||
| Target Milestone: | --- | ||||||||||||||||
| Target Release: | --- | ||||||||||||||||
| 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: | 2021-02-25 04:53:53 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: | |||||||||||||||||
| Attachments: |
|
||||||||||||||||
|
Description
Lukas Lowinger
2021-02-04 12:32:15 UTC
Created attachment 1755055 [details]
CSV file
Created attachment 1755056 [details]
Install plan
Created attachment 1755058 [details]
Subscription
It looks like the immediate issue is that the CRD failed to install. In this case the error looks transient, so attempting to install again would work. Right now, the installplan does not retry except in very specific circumstances - I think the fix for this is to notice that this is a transient issue and the installplan should be automatically retried. Moving this bz to medium as it is intermittent and does not look like it has an immediate impact to production users along with a fairly straightforward workaround. Agreed with Evan, this appears that retry logic should be able to resolve this bug. When i've deleted all Camel K CRDs (+ restarting all olm pods) and run my test script, it was working. I've then tried to remove all CRDs again, first install older CRDs and tried installation - OK. After that i've run script with installation of new CRDs on top of old ones and the problem occurred in 4th attempt. Adding both CRDs yamls. Created attachment 1755731 [details]
crd-all-v1.txt
Created attachment 1755732 [details]
crd-all-v2.txt
Based on the attached InstallPlan and CSV statuses, this appears to be an instance of the issue tracked in https://bugzilla.redhat.com/show_bug.cgi?id=1923111. Since this issue is newer, I'm marking it as a duplicate of the older issue so that both reports can be addressed together. *** This bug has been marked as a duplicate of bug 1923111 *** |