From b9d1c495d7c9d1900bb82003694b633f10d3077a Mon Sep 17 00:00:00 2001 From: root <root@k8s-staging1-master.claudius.psnc.cloud> Date: Tue, 21 Jan 2025 15:58:22 +0000 Subject: [PATCH] Fixed node name in REAME --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06223c3..fdfec0f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ helm install nvidia-device-plugin-custom ./nvidia-device-plugin-custom/ -n kube- Check that the master node correctly sees the migs ``` -kubectl describe node k8s-staging1-master +kubectl describe node k8s-staging1-gpu-0 ``` where this line should contain the number of available migs (should be 1 or more) ``` -- GitLab