Closed joshcoburn closed 4 weeks ago
Seems external provisioner side car is the issue here, EFS CSI Driver is using v5.0.1-eks-1-30-8
which has a bug or regression and which is mitigated in the latest version v5.1.0-eks-1-31-5
.
We are working on releasing the latest version with this fix.
@mskanth972 thank you for the info! Look forward to the fix version release.
/kind bug
What happened? Multiple PVCs were created using dynamic provisioning method via the efs-csi-driver. The associated APs were deleted from EFS within the AWS console.
What you expected to happen? efs-csi-driver can reconcile this if the ap is removed.
How to reproduce it (as minimally and precisely as possible)?
Anything else we need to know?: If efs-csi-driver cannot reconcile this, Is there a way to force termination of the PV from the cluster side to clear out the errors?
Environment
kubectl version
): 1.30Please also attach debug logs to help us better diagnose