cdibble commented on pull request #15659: URL: https://github.com/apache/airflow/pull/15659#issuecomment-832333980
Thanks @jedcunningham - good catch. After copying over all of the recent commits to my version, I can run the upgrade successfully. I can't actually get the PVC to work, but that isn't relevant to this issue. I'm going to see if I can go with a remote-logging solution, though, which I prefer anyway and which avoids the now apparent problem that I cannot use a PVC with a `ReadWriteMany` `AccessMode` with AWS Elastic Block Storage as a backing- only `ReadWriteOnce` is supported. So it's either remote logging or [EFS,](https://stackoverflow.com/questions/51212904/kubernetes-pvc-with-readwritemany-on-aws) it seems. -- 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]
