Browse Source

add additional subnet opt to eks form

Alexander Belanger 4 years ago
parent
commit
146dd962b8
1 changed files with 5 additions and 0 deletions
  1. 5 0
      api/server/handlers/infra/forms.go

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

@@ -557,6 +557,11 @@ tabs:
       placeholder: "ex: 10.99"
       settings:
         default: "10.99"
+    - type: checkbox
+      label: "Add additional private subnets to the cluster in each AZ."
+      variable: additional_private_subnets
+      settings:
+        default: false
   - name: nginx_settings
     contents:
     - type: heading