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

Support multiple subnets #396

Open
jrouly opened this issue Oct 19, 2024 · 0 comments
Open

Support multiple subnets #396

jrouly opened this issue Oct 19, 2024 · 0 comments

Comments

@jrouly
Copy link

jrouly commented Oct 19, 2024

Is your feature request related to a problem? Please describe.

FSx and FileCache only support single AZs. However, my workers on EKS span many AZs. I would like for the CSI driver to be able to create a PVC backed by FSx in any of the available subnets for the cluster.

Describe the solution you'd like in detail

  • Provision one SC backed by the fsx-csi-driver with multiple subnets or a subnet selector specified.
  • When a pod is created using the SC, any of the available subnets can be selected to provision the FSx volume and the pod will be scheduled in the selected subnet.

Describe alternatives you've considered

The current strategy means that every workload scheduled to use the fsx CSI driver will be scheduled in a single AZ. This will cause pretty severe imbalance on my EKS cluster.

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