potiuk commented on pull request #16170: URL: https://github.com/apache/airflow/pull/16170#issuecomment-851851457
> I wonder if we should add new sections to the Helm Chart documentation to better promote this feature. What do you think to create a new page, e.g. FAQ and add the answer to the question "How to install extra pip packages?" ? I mainly think of users migrating from alternative Helm Charts as [`airflow-helm/airflow`](https://artifacthub.io/packages/helm/airflow-helm/airflow#how-to-install-extra-pip-packages) or [`bitnami/airflow`](https://artifacthub.io/packages/helm/bitnami/airflow#install-extra-python-packages) has such a section. Good point @mik-laj. But rather than creating a new section, I extended two sections in the helm chart docs: * production deployment - I mentioned typical scenarios when you need custom image and referred to "Build Images" for details * quick-start with kind - I copied a few typical examples (adding apt/PypI packages) next to "Adding DAGs" with step-by-step instructions on how to build the images. This would be a gentle introduction to image building by users who do not know how to do it or even do not know that they could build and use their own image easily (plus see-more reference to "Build Images"). I think that hits the sweet-spot between copy/pasting some parts of documentation where users might need it and having common source of examples. -- 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]
