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

Make solr references in the Collection & Alias CRDs more flexible. #58

Closed
HoustonPutman opened this issue Dec 4, 2019 · 1 comment
Closed

Comments

@HoustonPutman
Copy link
Contributor

Right now both accept a cloud in the form of a string. This is meant to be the name of a solrCloud resource in the same namespace as the collection/alias resource referencing it.

We should make these more flexible, like the PrometheusExporter CRD.

So something like:

spec:
  solr:
    kubeSolr:
      name: test
      namespace: test
    cloudUrl: test.com:8983/solr
    zkConnectionInformation:
      connectionString: test1:2181,test2:2181
      chRoot: /test

All of these options would be optional, and would have defaults. But one of kubeSolr, cloudUrl or zkConnectionInformation (names not set in stone) would have to be specified.

@HoustonPutman
Copy link
Contributor Author

The SolrCollection and SolrCollectionAlias CRDs are no longer supported by the Solr Operator.

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

1 participant