Siddharthk edited a comment on pull request #8777:
URL: https://github.com/apache/airflow/pull/8777#issuecomment-646732148
I have some questions:
1) I see that the recommended way to store dags is the docker image. But
when we deploy new image, the webserver restarts thus causing UI interruption
for some time. Is this a bug? Should I run 2 replicas?
```
airflow-postgresql-0 1/1 Running 0 25h
airflow-scheduler-5f9c688c54-qxrd8 0/2 PodInitializing 0 14s
airflow-scheduler-76c7949bb6-qwstg 2/2 Running 0 64m
airflow-statsd-7445645ddd-f6m4c 1/1 Running 0 25h
airflow-webserver-5c4bc5d886-7zj5h 0/1 Init:0/1 0 14s
```
2) By default, the chart does not use persistent volumes for task/pod logs.
What is the recommended way for logs? Can pv become default?
3) Getting below error from task pod logs while running a simple tutorial:
```
$ kubectl logs -f tutorial1sleep300-1ca52dc981174d3daa29e4f606355a3d -n
airflow
Traceback (most recent call last):
File "/home/airflow/.local/bin/airflow", line 23, in <module>
import argcomplete
ModuleNotFoundError: No module named 'argcomplete'
```
@kaxil @potiuk any idea about this?
----------------------------------------------------------------
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]