We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e8ebb9 commit f15c3b1Copy full SHA for f15c3b1
cluster-autoscaler/cloudprovider/gce/gce_price_info.go
@@ -130,18 +130,21 @@ var (
130
"n1": 0.033174,
131
"n2": 0.033174,
132
"n2d": 0.028877,
133
+ "n4d": 0.0342069,
134
}
135
customMemoryPricePerHourPerGb = map[string]float64{
136
"e2": 0.003067,
137
"n1": 0.004446,
138
"n2": 0.004446,
139
"n2d": 0.003870,
140
+ "n4d": 0.0038871,
141
142
customPreemptibleDiscount = map[string]float64{
143
"e2": 0.006867 / 0.022890,
144
"n1": 0.00698 / 0.033174,
145
"n2": 0.00802 / 0.033174,
146
"n2d": 0.002908 / 0.028877,
147
+ "n4d": 0.0130312 / 0.0342069,
148
149
150
// e2-micro and e2-small have allocatable set too high resulting in
0 commit comments