You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/05/07 23:30:01 UTC

[GitHub] [airflow] dimberman commented on a change in pull request #5227: [AIRFLOW-4454] Add support for lifecycle events in kubernetes pod operator

dimberman commented on a change in pull request #5227: [AIRFLOW-4454] Add support for lifecycle events in kubernetes pod operator
URL: https://github.com/apache/airflow/pull/5227#discussion_r281866263
 
 

 ##########
 File path: airflow/config_templates/default_airflow.cfg
 ##########
 @@ -678,6 +678,11 @@ in_cluster = True
 #   https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.12/#affinity-v1-core
 affinity =
 
+# Lifecycle configuration as a single line formatted JSON object.
+# See the lifecycle documentation:
+#   https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.12/#lifecycle-v1-core
+life_cycle =
 
 Review comment:
   Just looked a bit further down. Can you split doing this for the pod operator and k8s executor into separate tickets/PRs?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services