yevsh opened a new issue #17679:
URL: https://github.com/apache/airflow/issues/17679


   
   **Apache Airflow version**:  v2.1.2
   
   **Deployment**: Helm Chart + k8s
   
   
   **What happened**:
   
   helm install with values:
   uid=0
   gid=0
   
   Airflow pods must run as root.
   
   error:
   
   from container's bash: 
   
   root@airflow-xxx-scheduler-7f49549459-w9s67:/opt/airflow# airflow
   
   ```
   Traceback (most recent call last):
     File "/home/airflow/.local/bin/airflow", line 5, in <module>
       from airflow.__main__ import main
   ModuleNotFoundError: No module named 'airflow'
   ```
   
   **What you expected to happen**:
   should run as root
   
   
   using airflow's helm only
   
   


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