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/04/13 03:28:09 UTC

[GitHub] [airflow] thesuperzapper edited a comment on issue #15259: Scheduler livenessprobe and k8s v1.20+

thesuperzapper edited a comment on issue #15259:
URL: https://github.com/apache/airflow/issues/15259#issuecomment-818403977


   @kimyen while not explicitly stated in the docs of the `stable/airflow` chart, you can use `8.X.X` chart versions with an older airflow/python version.
   
   For example, the values to use `airflow 2.0.1` with `python 3.6`:
   ```yaml
   airflow:
     image:
       repository: apache/airflow
       tag: 2.0.1-python3.6
   ```
   
   For example, the values to use `airflow 1.15.0` with `python 3.6`:
   ```yaml
   airflow:
     # needed for airflow 1.10 to work
     legacyCommands: true
   
     image:
       repository: apache/airflow
       tag: 1.10.15-python3.6
   ```
   
   See the other values here: https://github.com/airflow-helm/charts/blob/main/charts/airflow/values.yaml


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