You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "hussein-awala (via GitHub)" <gi...@apache.org> on 2023/02/20 12:55:18 UTC

[GitHub] [airflow] hussein-awala commented on pull request #29624: Can't configure Kubernetes and Celery workers in Helm Chart

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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org