From 2e451a7fe69e4598a1ff42eab741be68c6fd2880 Mon Sep 17 00:00:00 2001 From: Renaud Gaubert Date: Sat, 2 May 2020 01:02:34 -0700 Subject: [PATCH] [README] Update requirements for kubernetes (default runtime) Signed-off-by: Renaud Gaubert --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3e62dbd..9f4806d 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,8 @@ DCGM_FI_DEV_MEMORY_TEMP{gpu="0" UUID="GPU-604ac76c-d9cf-fef3-62e9-d92044ab6e52"} ### Quickstart on Kubernetes Note: Consider using the [NVIDIA GPU Operator](https://github.com/NVIDIA/gpu-operator) rather than the DCGM exporter directly. + +Ensure you have already setup your cluster with the [default runtime as NVIDIA](https://github.com/NVIDIA/nvidia-container-runtime#docker-engine-setup). To gather metrics on your GPU nodes you can deploy the daemonset: ``` $ kubectl create -f https://raw.githubusercontent.com/NVIDIA/gpu-monitoring-tools/2.0.0-rc.8/dcgm-exporter.yaml