Skip to content

Commit b2f0cd2

Browse files
authored
Merge pull request #5752 from yuvipanda/true
Add custom GPU label to nodes with GPUs on EKS
2 parents de23001 + 694827c commit b2f0cd2

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)