v0.2.3 - Fix for non-ingress-addressed SolrClouds
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)