Skip to content

Commit

Permalink
Update Helm eviction configuration guide to reflect `workers.safeToEv…
Browse files Browse the repository at this point in the history
…ict` default value (apache#44852)
  • Loading branch information
sean-rose authored and HariGS-DB committed Jan 16, 2025
1 parent e525163 commit c507c6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/helm-chart/production-guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
---------------------------------------
Expand Down

0 comments on commit c507c6a

Please sign in to comment.