FloChehab commented on issue #11696: URL: https://github.com/apache/airflow/issues/11696#issuecomment-713823349
@mik-laj So, I can confirm / reproduce the issue. I guess it's the webserver that is trying to fetch the logs and not the scheduler. From what I can see in the chart: * The ability to fetch logs is granted in the pod launcher role https://github.com/apache/airflow/blob/master/chart/templates/rbac/pod-launcher-role.yaml#L56 * But this role is only bound to worker & scheduler: https://github.com/apache/airflow/blob/master/chart/templates/rbac/pod-launcher-rolebinding.yaml#L51 So everything works "as expected" and the chart would need to be updated a bit. ---------------------------------------------------------------- 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]
