Procházet zdrojové kódy

M6a instances (#2937)

* Added a switch that enables single-AZ NAT gateways by default.

* Added instance types from the m6a series to the cluster creation form.
Rudi MK před 3 roky
rodič
revize
5a516b10e5

+ 3 - 0
dashboard/src/main/home/provisioner/AWSFormSection.tsx

@@ -62,6 +62,9 @@ const machineTypeOptions = [
   { value: "t3.medium", label: "t3.medium" },
   { value: "t3.xlarge", label: "t3.xlarge" },
   { value: "t3.2xlarge", label: "t3.2xlarge" },
+  { value: "m6a.large", label: "m6a.large" },
+  { value: "m6a.xlarge", label: "m6a.xlarge" },
+  { value: "m6a.2xlarge", label: "m6a.2xlarge" },
 ];
 
 const costMapping: Record<string, number> = {