-
Story
-
Resolution: Done
-
Major
-
None
-
2019 Week 50-52 (from Dec 9), 2020 Week 04-06 (from Jan 20)
With Kogito Operator, we are using other operators: Infinispan and Strimzi for now; and maybe later Keycloak, Nexus,
For now, we have some problems spotting the right operator in the right version.
Indeed, the way we are defining the dependencies is done in the ClusterServiceVersion file for OLM.
This is causing different problems:
- Some community and their productized operators are using the same crds and so, we don't know which one will be instantiated. Examples: Infinispan / DataGrid or Strimzi / AMQ Streams
- We have no way to specify here a specific version of an operator. We can only set the crd version, which is not changing. What happened if the operator has a non backward compatible change in a new version ?
This story is used to follow-up on which modifications will need to be done to handle this dependencies versioning in OLM.
- relates to
-
KOGITO-694 Community and Productized dependency operators support
- Closed