-
Bug
-
Resolution: Not a Bug
-
Undefined
-
None
-
4.15.z
-
None
-
No
-
Rejected
-
False
-
Description of problem:
When installating Elasticsearch operator v5.8 on OCP version 4.15 we get warning related to compaitablity
- lastTransitionTime: "2024-03-11T01:36:56Z" message: 'Cluster operator operator-lifecycle-manager should not be upgraded between minor versions: ClusterServiceVersions blocking cluster upgrade: openshift-operators-redhat/elasticsearch-operator.v5.8.4 is incompatible with OpenShift minor versions greater than 4.15' reason: IncompatibleOperatorsInstalled status: "False" type: Upgradeable
Version-Release number of selected component (if applicable):
ocp 4.15 elasticsearch 5.8
How reproducible:
Steps below
Steps to Reproduce:
1. on a cluster with ocp version 4.15 install elasticsearch operator v5.8 2.check the output of oc get clusterversion -o yaml
Actual results:
Warning as mentioned above
Expected results:
warning should not be there as ES 5.8 is compaitbale with high version too
Additional info:
olm.maxOpenShiftVersion","value":4.15 for elasticsearch operator
Similar problem was reported earlier https://issues.redhat.com/browse/LOG-3584