eladkal commented on code in PR #62401:
URL: https://github.com/apache/airflow/pull/62401#discussion_r2880272402
##########
providers/cncf/kubernetes/docs/operators.rst:
##########
@@ -155,6 +155,35 @@ Example to fetch and display container log periodically
:end-before: [END howto_operator_async_log]
+Pod cleanup on kill
+^^^^^^^^^^^^^^^^^^^
+
+The ``cancel_on_kill`` parameter controls whether the Kubernetes pod is
deleted when a
Review Comment:
Well.. not quite.
We used to have a bool flag `is_delete_pod_operator` and we changed it in
https://github.com/apache/airflow/pull/30718 because it was not flexible enough.
--
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]