Skip to content
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 service controller #328

Closed
wreed4 opened this issue Sep 23, 2020 · 6 comments
Closed

EFS service controller #328

wreed4 opened this issue Sep 23, 2020 · 6 comments
Assignees
Labels
kind/new-service Categorizes issue or PR as related to a new service. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. service/efs Indicates issues or PRs that are related to efs-controller.

Comments

@wreed4
Copy link

wreed4 commented Sep 23, 2020

New ACK Service Controller

Support for EFS

List of API resources

List the API resources in order of importance to you:

@wreed4 wreed4 added the kind/new-service Categorizes issue or PR as related to a new service. label Sep 23, 2020
@jaypipes jaypipes added the EFS label Nov 10, 2020
@ack-bot
Copy link
Collaborator

ack-bot commented Aug 27, 2021

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Provide feedback via https://github.com/aws-controllers-k8s/community.
/lifecycle stale

@ack-bot ack-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 27, 2021
@RedbackThomson
Copy link
Contributor

/lifecycle frozen

@ack-bot ack-bot added lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Aug 27, 2021
@mikestef9
Copy link
Collaborator

Is access point still a priority given EFS CSI driver supports dynamic provisioning of access points? There is also open issue on EFS CSI driver repo for dynamic provisioning of file systems kubernetes-sigs/aws-efs-csi-driver#310

@absmith82
Copy link

IT seems that this Kubernetes-sigs issue has been closed without a resolution to create EFS filesystems. Currently only EFS access points are able to be created dynamically. This is still an option that should be looked into, even if the CSI driver does end up implementing it in the future it is something that currently doesn't exist hand there is a need for.

@a-hilaly a-hilaly self-assigned this Jan 22, 2024
ack-prow bot pushed a commit to aws-controllers-k8s/efs-controller that referenced this issue Feb 10, 2024
aws-controllers-k8s/community#328

Generate `FileSystem` resource
- Add necessary hooks for create/update/delete methods
- Add e2e tests for CRUD operations

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
ack-prow bot pushed a commit to aws-controllers-k8s/efs-controller that referenced this issue Feb 10, 2024
aws-controllers-k8s/community#328

Generate `MountTarget` resource
- Add necessary hooks for create/update/delete methods
- Add e2e tests for CRUD operations

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
ack-prow bot pushed a commit to aws-controllers-k8s/efs-controller that referenced this issue Feb 11, 2024
aws-controllers-k8s/community#328

Generate `AccessPoint` resource
- Add necessary hooks for create/update/delete methods
- Add e2e tests for CRUD operations

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
@a-hilaly
Copy link
Member

The latest version (v0.0.3) of the efs-controller is now live, offering CRDs to manage FileSystem, MountTarget and AccessPoint resources. CRDs Documentation is available here https://aws-controllers-k8s.github.io/community/reference/efs/v1alpha1/filesystem/

cross-controller resource references is also possible with CRs managed by EC2 and KMS controller (Keys, Subnets and SecurityGroups)


Screenshot 2024-02-10 at 22 18 37

@a-hilaly a-hilaly added service/efs Indicates issues or PRs that are related to efs-controller. and removed EFS labels Feb 11, 2024
@mikestef9
Copy link
Collaborator

Closing as controller is now 1.0

https://github.com/aws-controllers-k8s/efs-controller

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/new-service Categorizes issue or PR as related to a new service. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. service/efs Indicates issues or PRs that are related to efs-controller.
Projects
Status: Generally Available
Development

No branches or pull requests

7 participants