diff --git a/cluster-autoscaler/cloudprovider/gce/gce_price_info.go b/cluster-autoscaler/cloudprovider/gce/gce_price_info.go index dd162cc5499e..b4820d05bd0a 100644 --- a/cluster-autoscaler/cloudprovider/gce/gce_price_info.go +++ b/cluster-autoscaler/cloudprovider/gce/gce_price_info.go @@ -80,9 +80,9 @@ var ( "n1": 0.031611, "n2": 0.031611, "n2d": 0.027502, + "n4": 0.030821, "t2d": 0.027502, "z3": 0.04965, - "n4": 0.03082073, } predefinedMemoryPricePerHourPerGb = map[string]float64{ "a2": 0.004237, @@ -96,9 +96,9 @@ var ( "n1": 0.004237, "n2": 0.004237, "n2d": 0.003686, + "n4": 0.004131, "t2d": 0.003686, "z3": 0.00666, - "n4": 0.004131075, } predefinedPreemptibleDiscount = map[string]float64{ "a2": 0.009483 / 0.031611, @@ -112,9 +112,9 @@ var ( "n1": 0.006655 / 0.031611, "n2": 0.007650 / 0.031611, "n2d": 0.002773 / 0.027502, + "n4": 0.007976 / 0.030821, "t2d": 0.006655 / 0.027502, "z3": 0.01986 / 0.04965, - "n4": 0.0079755 / 0.03082073, } customCpuPricePerHour = map[string]float64{ "e2": 0.022890,