[GitHub] [airflow] arjunanan6 commented on pull request #28394: Fix manual task trigger failing for k8s.

2023-01-20 Thread GitBox
arjunanan6 commented on PR #28394: URL: https://github.com/apache/airflow/pull/28394#issuecomment-1398278773 @snjypl A little update, I've tried out this fix in combination with #29012 locally, and still get the same forbidden error. I'll add more details on that PR since it's more

[GitHub] [airflow] arjunanan6 commented on pull request #28394: Fix manual task trigger failing for k8s.

2023-01-18 Thread GitBox
arjunanan6 commented on PR #28394: URL: https://github.com/apache/airflow/pull/28394#issuecomment-1387173786 @snjypl Tried out your patch in 29012 as well, but still no luck. I'm still getting the same forbidden error. -- This is an automated message from the Apache Git Service. To

[GitHub] [airflow] arjunanan6 commented on pull request #28394: Fix manual task trigger failing for k8s.

2023-01-17 Thread GitBox
arjunanan6 commented on PR #28394: URL: https://github.com/apache/airflow/pull/28394#issuecomment-1386603496 @snjypl That solved the previous issue, and the execution is attempted now. However, manual runs still fail because the service account gets rejected from creating a pod for the

[GitHub] [airflow] arjunanan6 commented on pull request #28394: Fix manual task trigger failing for k8s.

2023-01-14 Thread GitBox
arjunanan6 commented on PR #28394: URL: https://github.com/apache/airflow/pull/28394#issuecomment-1382697955 @snjypl Just got time now... I can't run your patch though, it fails to build: ``` #10 0.625 patching file airflow/utils/log/file_task_handler.py #10 0.625 Hunk #1 FAILED at

[GitHub] [airflow] arjunanan6 commented on pull request #28394: Fix manual task trigger failing for k8s.

2023-01-09 Thread GitBox
arjunanan6 commented on PR #28394: URL: https://github.com/apache/airflow/pull/28394#issuecomment-1376852851 @snjypl I will test it later this evening. Logging-wise, we should be okay as we use remote logging (WASB). -- This is an automated message from the Apache Git Service. To respond

[GitHub] [airflow] arjunanan6 commented on pull request #28394: Fix manual task trigger failing for k8s.

2023-01-09 Thread GitBox
arjunanan6 commented on PR #28394: URL: https://github.com/apache/airflow/pull/28394#issuecomment-1375501869 To test if this works, I've patched our installation of airflow with the changes here, and unfortunately there are still problems when executing a task manually: ```