From 694827c7de7b6725ad7f9334cb6535c5790e7f4e Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Tue, 18 Mar 2025 18:47:08 -0700 Subject: [PATCH] Add custom GPU label to nodes with GPUs on EKS Required for https://github.com/2i2c-org/infrastructure/pull/5296 long term. --- docs/howto/features/gpu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/howto/features/gpu.md b/docs/howto/features/gpu.md index 236762830f..5f72659f66 100644 --- a/docs/howto/features/gpu.md +++ b/docs/howto/features/gpu.md @@ -114,7 +114,7 @@ AWS, and we can configure a node group there to provide us GPUs. instanceType: "g4dn.xlarge", namePrefix: "gpu-{{hub-name}}", minSize: 0, - labels+: { "2i2c/hub-name": "{{hub-name}}" }, + labels+: { "2i2c/hub-name": "{{hub-name}}", "2i2c/has-gpu": "true" }, tags+: { "k8s.io/cluster-autoscaler/node-template/resources/nvidia.com/gpu": "1", "2i2c:hub-name": "{{hub-name}}",