Skip to content

Commit

Permalink
Merge pull request #4493 from towca/jtuznik/spot-pricing-update
Browse files Browse the repository at this point in the history
Cluster Autoscaler: GCE: update pricing for Spot N2D and Tesla K80
  • Loading branch information
k8s-ci-robot authored Dec 3, 2021
2 parents a8228b3 + 159b343 commit 01a3239
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster-autoscaler/cloudprovider/gce/gce_price_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ var (
"m1": 0.00733 / 0.0348,
"n1": 0.006655 / 0.031611,
"n2": 0.007650 / 0.031611,
"n2d": 0.006655 / 0.027502,
"n2d": 0.002773 / 0.027502,
"t2d": 0.006655 / 0.027502,
}

Expand All @@ -94,7 +94,7 @@ var (
"e2": 0.006867 / 0.022890,
"n1": 0.00698 / 0.033174,
"n2": 0.00802 / 0.033174,
"n2d": 0.006980 / 0.028877,
"n2d": 0.002908 / 0.028877,
}

// e2-micro and e2-small have allocatable set too high resulting in
Expand Down Expand Up @@ -410,7 +410,7 @@ var (
"nvidia-tesla-p4": 0.216,
"nvidia-tesla-v100": 0.74,
"nvidia-tesla-p100": 0.43,
"nvidia-tesla-k80": 0.135,
"nvidia-tesla-k80": 0.037500,
"nvidia-tesla-a100": 0, // price of this gpu is counted into A2 machine-type price
}
)
Expand Down

0 comments on commit 01a3239

Please sign in to comment.