xasx opened a new pull request #17547: URL: https://github.com/apache/airflow/pull/17547
When using an RWX PV for sharing logs between pods, some storage providers create a lost+found directory. This directory is only accessible by root; therefore, the log-groomer container will fail with the execution of the find command and enter a CrashLoopBackOff state and fail to do its work. To avoid this error, this change skips the lost+found directory. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
