Sfoglia il codice sorgente

update eks form to support setting azs

Alexander Belanger 3 anni fa
parent
commit
625fc15c4c
1 ha cambiato i file con 13 aggiunte e 0 eliminazioni
  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
       variable: additional_private_subnets_multiplicity
       settings:
       settings:
         default: 3
         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
   - name: nginx_settings
     contents:
     contents:
     - type: heading
     - type: heading