Ver Fonte

Added a switch that enables single-AZ NAT gateways by default. (#2933)

Rudi MK há 3 anos atrás
pai
commit
2aa0f70fe6
1 ficheiros alterados com 7 adições e 0 exclusões
  1. 7 0
      api/server/handlers/infra/forms.go

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

@@ -735,6 +735,13 @@ tabs:
     - type: array-input
     - type: array-input
       variable: azs
       variable: azs
       label: Availability Zones
       label: Availability Zones
+  - name: net_settings_single_az_nat_gateway
+    contents:
+    - type: checkbox
+      variable: single_az_nat_gateway
+      label: "Place a NAT gateway inside a single AZ. Disabling this will place a NAT gateway in each AZ, for each subnet in your cluster's VPC."
+      settings:
+        default: true
   - name: nginx_settings
   - name: nginx_settings
     contents:
     contents:
     - type: heading
     - type: heading