Upgrade Notes
- An upgrade to the ZKOperator version
0.2.4
is required SolrCloud.zookeeperRef.provided.zookeeper.persistentVolumeClaimSpec
has been deprecated in favor of theSolrCloud.zookeeperRef.provided.zookeeper.persistence
option. This option is backwards compatible, but will be removed in a future version.- Uses
gomod
instead ofdep
for dependency management
Bug Fixes
- Fixed status/solrPod reconciling loops.
- If an ingress is used, the solr pods now use hostAliases to map the
ingress URL of each solr node to the IP of the corresponding service
- If an ingress is used, the solr pods now use hostAliases to map the
- Fixed a bug related to the first pod of the Solr StatefulSet starting
without a zkConnectionString
New Features
- Added CollectionAlias CRD to manage aliases with SolrClouds & SolrCollections