Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cluster Autoscaler: GCE: update pricing for Spot N2D and Tesla K80 #4493

Merged
merged 1 commit into from
Dec 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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