You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pv is getting stuck in terminating state after upgrading the external provisioner to v5.1.0 latest release. The issue seems to be caused by patch permissions which got added here: PR-1155. We have to delete the finalizer as well as pv manually currently.
What you expected to happen:
pv shouldn't get stuck in terminating and should get deleted without removing the finalizer.
How to reproduce it:
Anything else we need to know?:
We also noticed the following driver logs during pv termination and looks like because of these errors, provisioner is not being able to delete the PV.
Warning VolumeFailedDelete 44s (x379 over 23h) efs.csi.aws.com_efs-csi-controller-6d9d89f7c7-xxxx rpc error: code = NotFound desc = Failed to find access point for volume: fs-xxxxxx
What happened:
pv is getting stuck in terminating state after upgrading the external provisioner to v5.1.0 latest release. The issue seems to be caused by patch permissions which got added here: PR-1155. We have to delete the finalizer as well as pv manually currently.
What you expected to happen:
pv shouldn't get stuck in terminating and should get deleted without removing the finalizer.
How to reproduce it:
Anything else we need to know?:
We also noticed the following driver logs during pv termination and looks like because of these errors, provisioner is not being able to delete the PV.
Warning VolumeFailedDelete 44s (x379 over 23h) efs.csi.aws.com_efs-csi-controller-6d9d89f7c7-xxxx rpc error: code = NotFound desc = Failed to find access point for volume: fs-xxxxxx
Environment:
kubectl version
): v1.29uname -a
):The text was updated successfully, but these errors were encountered: