hussein-awala commented on PR #29624:
URL: https://github.com/apache/airflow/pull/29624#issuecomment-1436973598

   I think this is not necessary, because the Kubernetes workers are not 
created by the helm chart, it just creates and configures the celery workers.
   
   For the K8S workers, they are created by the schedulers (a worker for each 
task), and you can configure them by providing a pod template in [the 
configuration](https://airflow.apache.org/docs/apache-airflow/stable/configurations-ref.html#pod-template-file)
 or override the 
[pod_template](https://airflow.apache.org/docs/apache-airflow/stable/core-concepts/executor/kubernetes.html#pod-override)
 for a single task.


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