Skip to content

Commit 020c571

Browse files
authored
Add a2-ultra and m2-hypermem machine types (#261)
1 parent d1d8095 commit 020c571

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

rules/utils.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ var validMachineTypes = map[string]bool{
155155
"m2-ultramem-208": true,
156156
"m2-ultramem-416": true,
157157
"m2-megamem-416": true,
158+
"m2-hypermem-416": true,
158159
"m1-ultramem-40": true,
159160
"m1-ultramem-80": true,
160161
"m1-ultramem-160": true,
@@ -175,6 +176,10 @@ var validMachineTypes = map[string]bool{
175176
"a2-highgpu-4g": true,
176177
"a2-highgpu-8g": true,
177178
"a2-megagpu-16g": true,
179+
"a2-ultragpu-1g": true,
180+
"a2-ultragpu-2g": true,
181+
"a2-ultragpu-4g": true,
182+
"a2-ultragpu-8g": true,
178183

179184
// L4 machine types: https://cloud.google.com/compute/docs/gpus#l4-gpus
180185
"g2-standard-4": true,

0 commit comments

Comments
 (0)