Hi,
I have a use case to use EFS in my EKS Cluster, where the EFS volumes to be mounted can be from different regions (not same region). I installed the efs csi driver, but turns out it relies to efs-utils.
From efs-utils documentation here, the only way to inject EFS region value is by changing the efs-utils.conf's region config. But this limitation (sharing the same region configuration) doesn't fit with my use case, which I want is to be able to mount EFS Volume from different region but sharing the same efs-csi-driver installation.
I want to ask whether it is possible to override region configuration using env var or certain cli flag?
Hi,
I have a use case to use EFS in my EKS Cluster, where the EFS volumes to be mounted can be from different regions (not same region). I installed the efs csi driver, but turns out it relies to
efs-utils.From
efs-utilsdocumentation here, the only way to inject EFSregionvalue is by changing theefs-utils.conf'sregionconfig. But this limitation (sharing the same region configuration) doesn't fit with my use case, which I want is to be able to mount EFS Volume from different region but sharing the same efs-csi-driver installation.I want to ask whether it is possible to override
regionconfiguration using env var or certain cli flag?