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

Running EFS CSI in managed cluster (non-EKS) #1502

Open
hebelsan opened this issue Nov 14, 2024 · 0 comments
Open

Running EFS CSI in managed cluster (non-EKS) #1502

hebelsan opened this issue Nov 14, 2024 · 0 comments

Comments

@hebelsan
Copy link

Is your feature request related to a problem? Please describe.
We want to use the efs-csi-driver in a managed Kubernetes cluster that is not EKS.

In a managed control-plane it is preferable to run as many services as possible outside the end-user worker nodes.
However, this is currently not feasible with the EFS CSI driver.

To make the driver compatible with this architecture, two key modifications are required:

  1. Configurability for running the driver on either the control plane or worker nodes.
  2. Support for passing the region as environment variable.

Describe the solution you'd like in detail
When the driver is set to run in controller mode, the following actions should be bypassed:

  • Node server registration,
  • Retrieval of instanceID
  • Retrieval of availabilityZone

We also want to add support for specifying the region through the AWS_REGION environment variable when the controller is operating in controller mode.

Additional context
We would like to collaborate and contribute this feature if the maintainers agree.
The same feature was added to the aws-ebs-csi-driver with this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant