Siddharthk commented on pull request #8777:
URL: https://github.com/apache/airflow/pull/8777#issuecomment-648814376
Thanks @aneesh-joseph @marclamberti
I have made webserver as HA for now and configured S3 for logs. For python
module error, I have created below env for now which worked:
```
- name: "AIRFLOW__KUBERNETES__RUN_AS_USER"
value: "50000"
```
Another issue I am facing is mounting secrets to task pods. Basically I am
trying to use ssh_key file for ssh operator. I added additional volumes and
volume mounts for the scheduler. Will this reflect on the task pods as well?
```
Task pod:
airflow@tutorial1sleep300-2f920b4c375b4d54bd15a4535b49d368:/opt/airflow$ ls
airflow.cfg config dags logs requirements.txt unittests.cfg
webserver_config.py
Scheduler pod:
airflow@airflow-scheduler-5474b69b67-j5c2c:/opt/airflow$ ls
airflow.cfg dags **id_rsa.pub** logs requirements.txt unittests.cfg
webserver_config.py
```
----------------------------------------------------------------
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]