samywang92 commented on issue #29969: URL: https://github.com/apache/airflow/issues/29969#issuecomment-1540973564
For anyone who might be stumbling across this issue in the future, I was running across the same issue upon upgrading from Kubernetes 1.22 due to EOS. I have tested on all versions after 1.23+. After failing on all the new versions, I reverted back to 1.22 and Airflow was able to successfully install and create the PV that is missing. My resolution is exclusive to AWS environment but after looking up AWS EBS for 1.23 and onward, they state that we now have to manually install the EBS drivers on 1.23 and onward. This resolved my issue after following their documentation and creating the correct roles/installing the drivers. References can be found here: https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/945 and here: https://docs.aws.amazon.com/eks/latest/userguide/ebs-csi.html 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
