potiuk commented on code in PR #37670:
URL: https://github.com/apache/airflow/pull/37670#discussion_r1505146539


##########
airflow/providers/cncf/kubernetes/provider.yaml:
##########
@@ -224,6 +224,16 @@ config:
         type: string
         example: ~
         default: "False"
+      worker_pod_pending_fatal_container_state_reasons:
+        description: |
+          If the worker pods are in a pending state due to a fatal container
+          state reasons, then fail the task and delete the worker pod
+          if delete_worker_pods is True and delete_worker_pods_on_failure is 
True.
+        version_added: ~

Review Comment:
   we should add next minor k8s version here



##########
airflow/providers/cncf/kubernetes/provider.yaml:
##########
@@ -224,6 +224,16 @@ config:
         type: string
         example: ~
         default: "False"
+      worker_pod_pending_fatal_container_state_reasons:
+        description: |
+          If the worker pods are in a pending state due to a fatal container
+          state reasons, then fail the task and delete the worker pod
+          if delete_worker_pods is True and delete_worker_pods_on_failure is 
True.
+        version_added: ~

Review Comment:
   we should add next minor k8s provider version here



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to