Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infinispan and Data Grid operators define the same kind, name and version #226

Closed
ricardozanini opened this issue Nov 28, 2019 · 3 comments

Comments

@ricardozanini
Copy link

Hi!

We're using Infinispan Operator as a dependency for our own operator and sometimes OLM installs DataGrid instead of Infinispan. This is happening because both define the same kind, name and version:

    required:
    - description: Represents a Infinispan cluster used internally by Kogito Data
        Index Service
      displayName: Infinispan Cluster
      kind: Infinispan
      name: infinispans.infinispan.org
      version: v1

Is it possible to have different kind for DataGrid? That way we can differentiate from the upstream/downstream projects.

Many thanks!

@rigazilla
Copy link
Collaborator

Hi @ricardozanini, is this dependency specified in the operator metadata? Please add a link so we can have a look.
Thanks!

@ricardozanini
Copy link
Author

Hi @rigazilla! Yes, we add it as a dependency in the operator manifest. Here's more info about OLM dependency management: https://github.com/operator-framework/operator-lifecycle-manager#dependency-resolution

Thanks!

@ricardozanini
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants