From 8c71b226a0ebffd276ad49b52d313be1013bfc4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bart=C5=82omiej=20Wr=C3=B3blewski?= Date: Fri, 10 Jun 2022 13:13:32 +0000 Subject: [PATCH] Correct invalid GCE instances pricing --- .../cloudprovider/gce/gce_price_info.go | 66 +++++++++---------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/cluster-autoscaler/cloudprovider/gce/gce_price_info.go b/cluster-autoscaler/cloudprovider/gce/gce_price_info.go index 656e008c952..d17f929a420 100644 --- a/cluster-autoscaler/cloudprovider/gce/gce_price_info.go +++ b/cluster-autoscaler/cloudprovider/gce/gce_price_info.go @@ -223,7 +223,7 @@ var ( "n2-highmem-64": 4.1924, "n2-highmem-80": 5.2406, "n2-highmem-96": 6.2886, - "n2-highmem-128": 8.3848, + "n2-highmem-128": 7.7069, "n2-standard-2": 0.0971, "n2-standard-4": 0.1942, "n2-standard-8": 0.3885, @@ -370,7 +370,7 @@ var ( "n2-highmem-64": 1.0145, "n2-highmem-80": 1.2681, "n2-highmem-96": 1.5218, - "n2-highmem-128": 2.029, + "n2-highmem-128": 1.8691, "n2-standard-2": 0.0235, "n2-standard-4": 0.0470, "n2-standard-8": 0.0940, @@ -381,37 +381,37 @@ var ( "n2-standard-80": 0.9400, "n2-standard-96": 1.128, "n2-standard-128": 1.504, - "n2d-highcpu-2": 0.0151, - "n2d-highcpu-4": 0.0302, - "n2d-highcpu-8": 0.0604, - "n2d-highcpu-16": 0.1208, - "n2d-highcpu-32": 0.2415, - "n2d-highcpu-48": 0.3623, - "n2d-highcpu-64": 0.4830, - "n2d-highcpu-80": 0.6038, - "n2d-highcpu-96": 0.7245, - "n2d-highcpu-128": 0.9660, - "n2d-highcpu-224": 1.6905, - "n2d-highmem-2": 0.0276, - "n2d-highmem-4": 0.0552, - "n2d-highmem-8": 0.1103, - "n2d-highmem-16": 0.2207, - "n2d-highmem-32": 0.4413, - "n2d-highmem-48": 0.6620, - "n2d-highmem-64": 0.8826, - "n2d-highmem-80": 1.1033, - "n2d-highmem-96": 1.3239, - "n2d-standard-2": 0.0204, - "n2d-standard-4": 0.0409, - "n2d-standard-8": 0.0818, - "n2d-standard-16": 0.1636, - "n2d-standard-32": 0.3271, - "n2d-standard-48": 0.4907, - "n2d-standard-64": 0.6543, - "n2d-standard-80": 0.8178, - "n2d-standard-96": 0.9814, - "n2d-standard-128": 1.3085, - "n2d-standard-224": 2.2900, + "n2d-highcpu-2": 0.00629, + "n2d-highcpu-4": 0.01258, + "n2d-highcpu-8": 0.02516, + "n2d-highcpu-16": 0.05032, + "n2d-highcpu-32": 0.10064, + "n2d-highcpu-48": 0.15096, + "n2d-highcpu-64": 0.20128, + "n2d-highcpu-80": 0.2516, + "n2d-highcpu-96": 0.30192, + "n2d-highcpu-128": 0.40256, + "n2d-highcpu-224": 0.70448, + "n2d-highmem-2": 0.011498, + "n2d-highmem-4": 0.022996, + "n2d-highmem-8": 0.045992, + "n2d-highmem-16": 0.091984, + "n2d-highmem-32": 0.183968, + "n2d-highmem-48": 0.275952, + "n2d-highmem-64": 0.367936, + "n2d-highmem-80": 0.45992, + "n2d-highmem-96": 0.551904, + "n2d-standard-2": 0.008522, + "n2d-standard-4": 0.017044, + "n2d-standard-8": 0.034088, + "n2d-standard-16": 0.068176, + "n2d-standard-32": 0.136352, + "n2d-standard-48": 0.204528, + "n2d-standard-64": 0.272704, + "n2d-standard-80": 0.34088, + "n2d-standard-96": 0.409056, + "n2d-standard-128": 0.545408, + "n2d-standard-224": 0.954464, "t2d-standard-1": 0.0102, "t2d-standard-2": 0.0204, "t2d-standard-4": 0.0409,