-
-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log does not show when browsing Logs on web UI #23
Comments
I had to use statefulset on my Helm chart example in order to have these logs. |
Having a similar error:
Install airflow with |
It seems to do with the docker image. I change back the image to default of helm chart
|
Creating service for the worker solved this issue, apiVersion: v1 Also by mentioning the following in worker deployment yaml |
I am very new to Kubernetes and Airflow, please bear with me if I ask some very simple questions. I had kube-airflow running on the Kubernetes cluster, but when I click "Browse" "Logs" for some DAG, I saw the message:
*** Log file isn't local.
*** Fetching here: http://worker-797654bfc5-wnpvn:8793/log/tuto_test/print_date_test/2018-02-11T00:00:00
*** Failed to fetch log file from worker.
*** Reading remote logs...
*** Unsupported remote log location.
There is a folder /usr/local/airflow/logs in the worker pod, but why the log cannot be fetched?
Any suggestion is appreciated. And thank you in advance.
The text was updated successfully, but these errors were encountered: