Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce configurable parameters for ES client node draining
Add new configuration options to manage the draining of nodes in the Elasticsearch client within the ES-operator project. These settings include the number of retries and the minimum and maximum wait times for retries, enhancing the flexibility and control over the node draining process. - ESClientDrainingRetry: Sets the number of retries for draining operations. - ESClientDrainingMinWaitTime: Defines the minimum wait time between retry attempts. - ESClientDrainingMaxWaitTime: Specifies the maximum wait time between retry attempts. These parameters allow operators to tailor the draining behavior based on specific needs and conditions of their Elasticsearch clusters, ensuring more effective and reliable operations.
- Loading branch information