diff --git a/install-and-configure/advanced-configuration/gpu.md b/install-and-configure/advanced-configuration/gpu.md index 2fd0c531c..acb8edb43 100644 --- a/install-and-configure/advanced-configuration/gpu.md +++ b/install-and-configure/advanced-configuration/gpu.md @@ -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