Skip to content

Commit

Permalink
update n4 price info format
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang04 committed Mar 11, 2024
1 parent 8bff3e4 commit 1e60778
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster-autoscaler/cloudprovider/gce/gce_price_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 1e60778

Please sign in to comment.