gerlowskija commented on issue #728:
URL: https://github.com/apache/solr-operator/issues/728#issuecomment-2539454920

   ZooKeeper-operator is currently managed as a chart dependency for 
solr-operator, and as such helm won't install its CRDs by default.  That's why 
a lot of the project's tutorials use the `all-with-dependencies.yaml` file 
instead - because that _does_ include the ZK CRDs.
   
   Running `helm install  solr-operator apache-solr/solr-operator --version 
0.8.1` in a clean environment only installs the CRDs:
   
   ```
   $ kubectl get crds
   NAME                                      CREATED AT
   solrbackups.solr.apache.org               2024-12-12T16:14:57Z
   solrclouds.solr.apache.org                2024-12-12T16:14:57Z
   solrprometheusexporters.solr.apache.org   2024-12-12T16:14:57Z
   ```
   
   ...which matches what I would expect.
   
   Maybe we can improve the documentation to make this a little clearer though 
- @jamesla , were you following a tutorial or documentation when you ran those 
commands?  If so, maybe that could be updated to mention using 
`all-with-dependencies.yaml`?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to