andrei-l 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_r325607947
 
 

 ##########
 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:
   updated!

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to