Merge pull request #4166 from mweibel/patch-1

add Standard_HB120rs_v3
This commit is contained in:
Kubernetes Prow Robot 2021-06-28 00:29:25 -07:00 committed by GitHub
commit 682dec3eb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1972,6 +1972,12 @@ var InstanceTypes = map[string]*InstanceType{
MemoryMb: 479232, MemoryMb: 479232,
GPU: 0, GPU: 0,
}, },
"Standard_HB120rs_v3": {
InstanceType: "Standard_HB120rs_v3",
VCPU: 120,
MemoryMb: 479232,
GPU: 0,
},
"Standard_HB60rs": { "Standard_HB60rs": {
InstanceType: "Standard_HB60rs", InstanceType: "Standard_HB60rs",
VCPU: 60, VCPU: 60,