Skip to content

Commit

Permalink
add price info for n4
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanwang04 committed Mar 11, 2024
1 parent c96aa9b commit 8bff3e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cluster-autoscaler/cloudprovider/gce/gce_price_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ var (
"n2d": 0.027502,
"t2d": 0.027502,
"z3": 0.04965,
"n4": 0.03082073,
}
predefinedMemoryPricePerHourPerGb = map[string]float64{
"a2": 0.004237,
Expand All @@ -97,6 +98,7 @@ var (
"n2d": 0.003686,
"t2d": 0.003686,
"z3": 0.00666,
"n4": 0.004131075,
}
predefinedPreemptibleDiscount = map[string]float64{
"a2": 0.009483 / 0.031611,
Expand All @@ -112,6 +114,7 @@ var (
"n2d": 0.002773 / 0.027502,
"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 8bff3e4

Please sign in to comment.