kubernetes-sigs / aws-efs-csi-driver

CSI Driver for Amazon EFS https://aws.amazon.com/efs/
Apache License 2.0
724 stars 555 forks source link

add new regions' dns suffixes to watchdog #1454

Open jdwtf opened 2 months ago

jdwtf commented 2 months ago

Is your feature request related to a problem? Please describe. Some AWS regions use different domain suffixes. Watchdog needs to be updated to allow mounting the FS when in those regions. This update is anticipatory of several new AWS regions launching in 2024.

Describe the solution you'd like in detail watchdog needs to be updated to allow mounts in new regions

Describe alternatives you've considered There really isn't an alternative if you want to mount a FS in these regions as the default dns suffix will not work.

Additional context N/A