Skip to content

Commit 9e8ebb9

Browse files
add n4d pricing
1 parent 7feded3 commit 9e8ebb9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cluster-autoscaler/cloudprovider/gce/gce_price_info.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ var (
8383
"n2": 0.031611,
8484
"n2d": 0.027502,
8585
"n4": 0.030821,
86+
"n4d": 0.032578,
8687
"t2d": 0.027502,
8788
"z3": 0.0496531,
8889
}
@@ -101,6 +102,7 @@ var (
101102
"n2": 0.004237,
102103
"n2d": 0.003686,
103104
"n4": 0.004131,
105+
"n4d": 0.3,
104106
"t2d": 0.003686,
105107
"z3": 0.0066553,
106108
}
@@ -119,6 +121,7 @@ var (
119121
"n2": 0.007650 / 0.031611,
120122
"n2d": 0.002773 / 0.027502,
121123
"n4": 0.007976 / 0.030821,
124+
"n4d": 0.0130312 / 0.032578,
122125
"t2d": 0.006655 / 0.027502,
123126
"z3": 0.0165 / 0.0496531,
124127
}

0 commit comments

Comments
 (0)