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/09/17 16:07:38 UTC

[GitHub] [airflow] feng-tao commented on a change in pull request #5819: [AIRFLOW-5147] extended character set for for k8s worker pods annotations

feng-tao commented on a change in pull request #5819: [AIRFLOW-5147] extended character set for for k8s worker pods annotations
URL: https://github.com/apache/airflow/pull/5819#discussion_r325256242
 
 

 ##########
 File path: airflow/config_templates/default_airflow.cfg
 ##########
 @@ -771,15 +771,17 @@ run_as_user =
 # that allows for the key to be read, e.g. 65533
 fs_group =
 
+# Annotations configuration as a single line formatted JSON object.
+# See the naming convention in:
+#   https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/
+worker_annotations =
+
+
 [kubernetes_node_selectors]
 # The Key-value pairs to be given to worker pods.
 # The worker pods will be scheduled to the nodes of the specified key-value pairs.
 # Should be supplied in the format: key = value
 
-[kubernetes_annotations]
 
 Review comment:
   given we remove this section, I think we may want to update in the UPDATE.md.

----------------------------------------------------------------
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