Skip to content

feat: add GPU pricing to Cost Control docs #554

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

Closed
Closed
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: 5 additions & 1 deletion platform/configure/cost-control.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ virtual clusters the platform deploys and manages [Prometheus](https://prometheu
[OpenCost](https://www.opencost.io/) on each connected cluster. Prometheus uses a time series database that requires
persistent volume storage to retain metrics over time. The platform-managed
Prometheus is configured to collect the minimum metrics required for the cost
control dashboard. OpenCost provides CPU and Memory allocation metrics for the
control dashboard. OpenCost provides CPU, GPU, and Memory allocation metrics for the
deployed workloads.

In addition to the Prometheus instance on the connected cluster, the cluster
Expand Down Expand Up @@ -71,6 +71,10 @@ config:
averageRAMPricePerNode:
price: 31
timePeriod: Monthly
# Average GPU cost
averageGPUPricePerNode:
price: 31
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure what we should put as default here.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@lizardruss can you help us what should be the default value here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @johannesfrey. This PR has been open for a while. When should this info go out? Is this linked to the 4.3 release?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @joaniekube. Thx for the reminder. I'll close this PR (but keep the branch), as the requirements have changed for this and it has been moved out of the 4.3 release.

timePeriod: Monthly
# Monthly or Yearly cost for Hosted Control Planes
controlPlanePricePerCluster:
price: 900
Expand Down