Browse Source

Modified the cluster creation form to support EKS 1.23 and EKS 1.24. (#2614)

Rudi MK 3 years ago
parent
commit
0ab1b65a25
1 changed files with 4 additions and 0 deletions
  1. 4 0
      api/server/handlers/infra/forms.go

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

@@ -444,6 +444,10 @@ tabs:
           value: "1.21"
           value: "1.21"
         - label: "1.22"
         - label: "1.22"
           value: "1.22"
           value: "1.22"
+        - label: "1.23"
+          value: "1.23"
+        - label: "1.24"
+          value: "1.24"
     - 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