Skip to content

Commit

Permalink
Merge pull request #6614 from yuanwang04/add_n4_vm
Browse files Browse the repository at this point in the history
add price info for n4
  • Loading branch information
k8s-ci-robot authored Mar 14, 2024
2 parents 2c2128e + a6eb682 commit 124daf6
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 @@ -80,6 +80,7 @@ var (
"n1": 0.031611,
"n2": 0.031611,
"n2d": 0.027502,
"n4": 0.030821,
"t2d": 0.027502,
"z3": 0.04965,
}
Expand All @@ -95,6 +96,7 @@ var (
"n1": 0.004237,
"n2": 0.004237,
"n2d": 0.003686,
"n4": 0.004131,
"t2d": 0.003686,
"z3": 0.00666,
}
Expand All @@ -110,6 +112,7 @@ 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,
}
Expand Down

0 comments on commit 124daf6

Please sign in to comment.