Bug 1821175 - Unable to Update Elastic Search Operator
Summary: Unable to Update Elastic Search Operator
Keywords:
Status: CLOSED DUPLICATE of bug 1818788
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: OLM
Version: 4.2.0
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ---
: ---
Assignee: Evan Cordell
QA Contact: Jian Zhang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2020-04-06 08:51 UTC by Gianluca Villani
Modified: 2023-10-06 19:35 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2020-04-06 13:47:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Gianluca Villani 2020-04-06 08:51:32 UTC
Description of problem:
Unable to update Elastic Search Operator ,but OLM wants to install two version of elastic operator at the same time, this elastic is used by ServiceMesh.
Install-plan is not applied but the system try to install 4.3 AND 4.2 operator at the same time.

```yaml
apiVersion: operators.coreos.com/v1alpha1
kind: InstallPlan
metadata:
  generateName: install-
....
  approval: Manual
  approved: false
  clusterServiceVersionNames:
    - elasticsearch-operator.4.3.5-202003020549
    - elasticsearch-operator.4.2.23-202003090920
....
```
Version-Release number of selected component (if applicable):


How reproducible:

N/A
Steps to Reproduce:
N/A

Actual results:

N/A
Expected results:
N/A

Additional info:
Set update in manual mode because we can't update system in automatic way and also because in the past automatic update break components

Comment 1 Evan Cordell 2020-04-06 13:47:05 UTC
This is a dupe of 1818788, I've added the customer case and the reporter to the other bug.

*** This bug has been marked as a duplicate of bug 1818788 ***


Note You need to log in before you can comment on or make changes to this bug.