Explorar el Código

Merge pull request #2164 from porter-dev/rudimk/infra-eks-dropdown

Infrastructure: EKS control plane versions
abelanger5 hace 3 años
padre
commit
17f2c6c55f
Se han modificado 1 ficheros con 12 adiciones y 0 borrados
  1. 12 0
      api/server/handlers/infra/forms.go

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

@@ -408,6 +408,18 @@ tabs:
       required: true
       placeholder: my-cluster
       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
       label: Minimum number of EC2 instances to create in the application autoscaling group.
       variable: min_instances