apache / solr-operator

Official Kubernetes operator for Apache Solr
https://solr.apache.org/operator
Apache License 2.0
243 stars 112 forks source link

Use /admin/info/health as default probe path #628

Closed gerlowskija closed 9 months ago

gerlowskija commented 9 months ago

Solr 8.0 introduced a true node-healthcheck handler that's designed to be used as a liveness/readiness probe. Now that we've bumped the minimum-Solr-version to 8.11 for our next operator release (see #616), we should use this endpoint (/admin/info/health) by default instead of the less rigorous "system info" endpoint we've used up to this point (/admin/info/system).