Skip to content

v0.2.3 - Fix for non-ingress-addressed SolrClouds

Compare
Choose a tag to compare
@HoustonPutman HoustonPutman released this 05 Mar 23:02
· 59 commits to master since this release
d87725b

Upgrade Notes

All non-ingress Solr Node addresses will change to use port 8983 when the operator is upgraded. The nodes will no longer be addressable with port 80.

Bug Fixes

  • The headlessService for non-ingress SolrClouds no longer maps ports (#87)
    • This caused issues with solrCloud nodes addressing other nodes in the cluster, because headlessServices do not actually allow mapping of ports.
    • SolrClouds that are deployed with ingresses will not be affected.

New Features

  • The solrNode status now contains the name of the Kubernetes node it runs on. (#89)