This is an automated email from the ASF dual-hosted git repository.
jedcunningham pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 55a14efce75 Update Helm eviction configuration guide to reflect
`workers.safeToEvict` default value (#44852)
55a14efce75 is described below
commit 55a14efce75c4a494959ec307d754905f2d43ae1
Author: Sean Rose <[email protected]>
AuthorDate: Thu Jan 2 21:32:17 2025 -0800
Update Helm eviction configuration guide to reflect `workers.safeToEvict`
default value (#44852)
---
docs/helm-chart/production-guide.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/helm-chart/production-guide.rst
b/docs/helm-chart/production-guide.rst
index e29a60e6d47..ded0c4143a6 100644
--- a/docs/helm-chart/production-guide.rst
+++ b/docs/helm-chart/production-guide.rst
@@ -236,7 +236,8 @@ This setting can be configured in the Airflow chart at
different levels:
webserver:
safeToEvict: true
-When using ``KubernetesExecutor``, ``workers.safeToEvict`` should be set to
``false`` to avoid them being removed before finishing.
+``workers.safeToEvict`` defaults to ``false``, and when using
``KubernetesExecutor``
+``workers.safeToEvict`` shouldn't be set to ``true`` or workers may be removed
before finishing.
Extending and customizing Airflow Image
---------------------------------------