Hartorn opened a new issue #11881: URL: https://github.com/apache/airflow/issues/11881
Hello, Not sure if this is an issue, or a misunderstanding from my side, but I'm using airflow rest api to trigger dag run with input args (some ids). Locally, in docker compose using celery executor, everything works fine, but when using kubernetes executor in gke, we are having troubles, we can see pod launching but : - logs from the dags does not appear into the webserver - the run does not received arguments given in rest api (we managed to get logs by mounting volume and getting logs from there) The docker image we use is a built in image with airflow installed in it, and dags also in it. What information do you need to help us? Or do you have any examples or idea of what we are doing wrong? Cheers ---------------------------------------------------------------- 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]
