kyma-project / cloud-manager

Apache License 2.0
3 stars 14 forks source link

Make location optional in GcpNfsVolume #402

Closed abalaie closed 2 months ago

abalaie commented 2 months ago

Description

Currently location (region or zone depending on tier) needs to be provided in gcpNfsVolume. So to simplify the nfs creation use case, the request is to

Make location optional Use the region in the shoot if location is not provided. If the tier is zonal, select one of the zones in that region.

Reasons

Location is yet another field that user needs to provide. And most users prefer to use the same region that their cluster is on. This enhances the user experience and masks the unnecessary details of the underlying platform if user prefers it that way.

Attachments