Skip to content

Commit 694827c

Browse files
committed
Add custom GPU label to nodes with GPUs on EKS
Required for 2i2c-org#5296 long term.
1 parent ede9e7d commit 694827c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howto/features/gpu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ AWS, and we can configure a node group there to provide us GPUs.
114114
instanceType: "g4dn.xlarge",
115115
namePrefix: "gpu-{{hub-name}}",
116116
minSize: 0,
117-
labels+: { "2i2c/hub-name": "{{hub-name}}" },
117+
labels+: { "2i2c/hub-name": "{{hub-name}}", "2i2c/has-gpu": "true" },
118118
tags+: {
119119
"k8s.io/cluster-autoscaler/node-template/resources/nvidia.com/gpu": "1",
120120
"2i2c:hub-name": "{{hub-name}}",

0 commit comments

Comments
 (0)