Explorar o código

add max instances to eks form

Alexander Belanger %!s(int64=4) %!d(string=hai) anos
pai
achega
95a072fdef
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      api/server/handlers/infra/forms.go

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

@@ -379,6 +379,12 @@ tabs:
       required: true
       placeholder: my-cluster
       variable: cluster_name
+    - type: number-input
+      label: Maximum number of EC2 instances to create in the application autoscaling group.
+      variable: max_instances
+      placeholder: "ex: 10"
+      settings:
+        default: 10
     - type: checkbox
       variable: spot_instances_enabled
       label: Enable spot instances for this cluster.