dimberman edited a comment on pull request #10084:
URL: https://github.com/apache/airflow/pull/10084#issuecomment-668860781


   ```
   │                                                                            
          │
   │ Traceback (most recent call last):                                         
          │
   │   File "/home/airflow/.local/bin/airflow", line 25, in <module>            
          │
   │     from airflow.configuration import conf                                 
          │
   │   File 
"/home/airflow/.local/lib/python3.6/site-packages/airflow/__init__.py", line  │
   │     from airflow.utils.log.logging_mixin import LoggingMixin               
          │
   │   File 
"/home/airflow/.local/lib/python3.6/site-packages/airflow/utils/__init__.py", │
   │     from .decorators import apply_defaults as _apply_defaults              
          │
   │   File 
"/home/airflow/.local/lib/python3.6/site-packages/airflow/utils/decorators.py │
   │     from airflow import settings                                           
          │
   │   File 
"/home/airflow/.local/lib/python3.6/site-packages/airflow/settings.py", line  │
   │     from airflow.configuration import conf, AIRFLOW_HOME, WEBSERVER_CONFIG 
 # NOQA F │
   │   File 
"/home/airflow/.local/lib/python3.6/site-packages/airflow/configuration.py",  │
   │     with open(AIRFLOW_CONFIG, 'w') as f:                                   
          │
   │ IsADirectoryError: [Errno 21] Is a directory: '/opt/airflow/airflow.cfg'   
          │
   │ stream closed                                                              
          │
   │
   ```
   
   that is causing k8s tests to fail (this only happens on the workers, not the 
scheduler)


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


Reply via email to