init commit
This commit is contained in:
13
clusters/k3s-dgx/gpu-support/gpu-node-labels.yaml
Normal file
13
clusters/k3s-dgx/gpu-support/gpu-node-labels.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: gpu-node-labels
|
||||
namespace: gpu-operator
|
||||
data:
|
||||
labels.yaml: |
|
||||
- key: accelerator
|
||||
value: nvidia-tesla
|
||||
- key: nvidia.com/gpu.present
|
||||
value: "true"
|
||||
- key: topology.kubernetes.io/zone
|
||||
value: "dgx-spark"
|
||||
Reference in New Issue
Block a user