Skip to content

Commit

Permalink
gpu docs update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Murphy committed Dec 2, 2024
1 parent b3c50ed commit b41c7e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install-and-configure/advanced-configuration/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
Kubecost supports monitoring of NVIDIA GPU utilization starting with the Volta architecture (2017). In order for Kubecost to understand GPU utilization, Kubecost depends on metrics being available from NVIDIA [DCGM Exporter](https://github.com/NVIDIA/dcgm-exporter). Kubecost will search for GPU metrics by default, but since DCGM Exporter is the provider of those metrics it is a required component when GPU monitoring is used with Kubecost and must be installed if it is not already. In many cases, DCGM Exporter may already be installed in your cluster, for example if you currently monitor NVIDIA GPUs with other software. But if not, follow the below instructions to install and configure DCGM Exporter on each of your GPU-enabled clusters.


*** DCGM-Exporter needs to be running on all clusters running GPU nodes in order to see GPU metrics in Kubecost.
* DCGM-Exporter needs to be running on all clusters running GPU nodes in order to see GPU metrics in Kubecost.

*** Kubecost must be measuring some amount of GPU usage before it will show GPU Efficiency features.
* Kubecost must be measuring some amount of GPU usage before it will show GPU Efficiency features.

## Install DCGM Exporter

Expand Down

0 comments on commit b41c7e1

Please sign in to comment.