HoustonPutman opened a new pull request, #530: URL: https://github.com/apache/solr-operator/pull/530
Resolves #529 This uses the [pod readiness gates/conditions](https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-readiness-status) 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: - [ ] Add Readiness Condition to podTemplate - [ ] Make sure readinessCondition is set to `True` initially - [ ] Set readinessCondition to `False` before pod is evicted of replicas and stopped - [ ] Upgrade Notes and Changelog entry - [ ] Integration Tests - [ ] Unit Tests? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
