We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede9e7d commit 694827cCopy full SHA for 694827c
docs/howto/features/gpu.md
@@ -114,7 +114,7 @@ AWS, and we can configure a node group there to provide us GPUs.
114
instanceType: "g4dn.xlarge",
115
namePrefix: "gpu-{{hub-name}}",
116
minSize: 0,
117
- labels+: { "2i2c/hub-name": "{{hub-name}}" },
+ labels+: { "2i2c/hub-name": "{{hub-name}}", "2i2c/has-gpu": "true" },
118
tags+: {
119
"k8s.io/cluster-autoscaler/node-template/resources/nvidia.com/gpu": "1",
120
"2i2c:hub-name": "{{hub-name}}",
0 commit comments