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 2021/06/01 18:56:53 UTC

[GitHub] [airflow] jedcunningham commented on a change in pull request #16203: Adds labels to k8s worker pods

jedcunningham commented on a change in pull request #16203:
URL: https://github.com/apache/airflow/pull/16203#discussion_r643403121



##########
File path: chart/files/pod-template-file.kubernetes-helm-yaml
##########
@@ -19,6 +19,13 @@ apiVersion: v1
 kind: Pod
 metadata:
   name: dummy-name
+  labels:
+    tier: airflow
+    component: worker
+    release: {{ .Release.Name }}

Review comment:
       I didn't set the `chart` label, however, as it felt odd given the scheduler is creating these. I'm happy to add it if others think we should.




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