opendatakraken commented on issue #18937:
URL: https://github.com/apache/airflow/issues/18937#issuecomment-948819703


   Hi @jedcunningham the issue was with the labels! through copy/paste I had 
the same labels in the main (scheduler + webserver) pod and the worker one:
   ```
         app.kubernetes.io/name: {{ .Values.name }}
         app.kubernetes.io/component: {{ .Values.name }}
         app.kubernetes.io/instance: {{ .Values.name }}
   ```
   I suppose that the existence of 2 or more pods with the same value in one or 
all of these labels break the services running on one of them!
   I just removed all 3 labels from the worker template in the config.yaml and 
it fixed it!
   Many thanks for the hints!


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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to