apache / solr-operator

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

Add readinessCondition to stop traffic to pods that will be stopped #530

Closed HoustonPutman closed 1 year ago

HoustonPutman commented 1 year ago

Resolves #529

This uses the pod readiness gates/conditions to ensure that traffic is stopped to pods that are about to be deleted for various reasons.

This will only work for those that use the managed update feature.

Things to do: