Use custom control for availability zone selection #2438
Labels
component/devportal
The Giant Swarm developer portal built with Backstage
honeybadger/ui
In Team Honeybadger and dealing with user interfaces
team/honeybadger
Team Honey Badger
ui/backstage
The next generation web UI for Giant Swarm
The cluster creation form for creation based on cluster apps currently uses a string input field for availability zone/failure domain configuration. For example, for AWS:
For GCP:
For Azure, we use an
enum
type for the equivalent field in the cluster app schema, and we render a dropdown selector for the zones:Misconfiguration of this field could prevent the cluster app from being successfully installed. We should align this across providers and refrain from using
string
input fields in order to reduce the likelihood of misconfiguration.Related roadmap issue: #1181
The text was updated successfully, but these errors were encountered: