Przeglądaj źródła

update eks form to support setting azs

Alexander Belanger 3 lat temu
rodzic
commit
625fc15c4c
1 zmienionych plików z 13 dodań i 0 usunięć
  1. 13 0
      api/server/handlers/infra/forms.go

+ 13 - 0
api/server/handlers/infra/forms.go

@@ -625,6 +625,19 @@ tabs:
       variable: additional_private_subnets_multiplicity
       settings:
         default: 3
+  - name: net_settings_azs_toggle
+    contents:
+    - type: checkbox
+      label: "Specify the AZs to provision this cluster in."
+      variable: specify_azs
+      settings:
+        default: false
+  - name: net_settings_azs
+    show_if: specify_azs
+    contents:
+    - type: array-input
+      variable: azs
+      label: Availability Zones
   - name: nginx_settings
     contents:
     - type: heading