Przeglądaj źródła

Merge pull request #2171 from porter-dev/master

New EKS form -> staging
abelanger5 3 lat temu
rodzic
commit
e462bf8179
1 zmienionych plików z 12 dodań i 0 usunięć
  1. 12 0
      api/server/handlers/infra/forms.go

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

@@ -408,6 +408,18 @@ tabs:
       required: true
       required: true
       placeholder: my-cluster
       placeholder: my-cluster
       variable: cluster_name
       variable: cluster_name
+    - type: select
+      label: EKS control plane version
+      variable: cluster_version
+      settings:
+        default: "1.20"
+        options:
+        - label: "1.20"
+          value: "1.20"
+        - label: "1.21"
+          value: "1.21"
+        - label: "1.22"
+          value: "1.22"
     - type: number-input
     - type: number-input
       label: Minimum number of EC2 instances to create in the application autoscaling group.
       label: Minimum number of EC2 instances to create in the application autoscaling group.
       variable: min_instances
       variable: min_instances