diff --git a/cluster-autoscaler/cloudprovider/gce/gce_price_info.go b/cluster-autoscaler/cloudprovider/gce/gce_price_info.go index 37c5ce2f8a6..1142b954bcd 100644 --- a/cluster-autoscaler/cloudprovider/gce/gce_price_info.go +++ b/cluster-autoscaler/cloudprovider/gce/gce_price_info.go @@ -83,6 +83,7 @@ var ( "n2": 0.031611, "n2d": 0.027502, "n4": 0.030821, + "n4d": 0.032578, "t2d": 0.027502, "z3": 0.0496531, } @@ -101,6 +102,7 @@ var ( "n2": 0.004237, "n2d": 0.003686, "n4": 0.004131, + "n4d": 0.3, "t2d": 0.003686, "z3": 0.0066553, } @@ -119,6 +121,7 @@ var ( "n2": 0.007650 / 0.031611, "n2d": 0.002773 / 0.027502, "n4": 0.007976 / 0.030821, + "n4d": 0.0130312 / 0.032578, "t2d": 0.006655 / 0.027502, "z3": 0.0165 / 0.0496531, } @@ -127,18 +130,21 @@ var ( "n1": 0.033174, "n2": 0.033174, "n2d": 0.028877, + "n4d": 0.0342069, } customMemoryPricePerHourPerGb = map[string]float64{ "e2": 0.003067, "n1": 0.004446, "n2": 0.004446, "n2d": 0.003870, + "n4d": 0.0038871, } customPreemptibleDiscount = map[string]float64{ "e2": 0.006867 / 0.022890, "n1": 0.00698 / 0.033174, "n2": 0.00802 / 0.033174, "n2d": 0.002908 / 0.028877, + "n4d": 0.0130312 / 0.0342069, } // e2-micro and e2-small have allocatable set too high resulting in