-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[efs-controller] Encrypted EFS filesystem never reaches synced status #2180
Comments
I encountered the similar issue. When I deploy the FileSytem manfiest like below, the
When I deploy the MountTarget manfiest like below, the
In both cases, even after I leave them for a day, the status is still not correctly updated. |
I'm not sure I'd call this level of completeness "Generally Available" worthy. |
It would seem that this only happens when |
Other fields like
|
Describe the bug
I'm trying to create a
FileSystem
resource that is encrypted with a custom KMS key with accompanyingMountTarget
s andAccessPoint
, but there are various issues:FileSystem
CR is stuck increating
state while in AWS console the resource appears ready and availablefileSystemRef
forMountTarget
andAccessPoint
resources they are never created as the controller does not consider the targetFileSystem
resource ready ("the referenced resource is not synced yet.")Steps to reproduce
FileSystem
resourceMountTarget
andAccessPoint
resources withfileSystemRef
pointing at FileSystem resourceExpected outcome
FileSystem
resource should become "ready" after it is successfully created and its status in AWS console is "Available".MountTarget
andAccessPoint
resources should be created as soon as theFileSystem
resource is created and has an ARNEnvironment
v1.30.4-eks-a737599
yes
EFS
The text was updated successfully, but these errors were encountered: