-
Bug
-
Resolution: Unresolved
-
Normal
-
4.20
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
None
-
None
-
None
-
None
-
None
-
Done
-
Release Note Not Required
-
N/A
-
None
-
None
-
None
-
None
Description of problem:
After setting AWS EFS ClusterCSIDriver to `managementState: Unmanaged`, the operator still re-creates the driver's CredentialsRequest.
Version-Release number of selected component (if applicable):
4.20.0-0.nightly-2025-06-28-115226
How reproducible: always
Steps to Reproduce:
- Install AWS EFS CSI driver operator via OLM
- Create its ClusterCSIDriver
- Watch the driver is installed
- Set the ClusterCSIDriver managementState: Unmanaged
- Delete the CredentialsRequest
Actual results:
The CredentialsRequest is re-created
Expected results:
CredentialsRequest is still deleted.