init commit
This commit is contained in:
16
clusters/k3s-dgx/gpu-support/runtime-class.yaml
Normal file
16
clusters/k3s-dgx/gpu-support/runtime-class.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
apiVersion: node.k8s.io/v1
|
||||
kind: RuntimeClass
|
||||
metadata:
|
||||
name: nvidia
|
||||
handler: nvidia
|
||||
overhead:
|
||||
podFixed:
|
||||
memory: "1Gi"
|
||||
cpu: "500m"
|
||||
scheduling:
|
||||
nodeSelector:
|
||||
nvidia.com/gpu.present: "true"
|
||||
tolerations:
|
||||
- key: nvidia.com/gpu
|
||||
operator: Exists
|
||||
effect: NoSchedule
|
||||
Reference in New Issue
Block a user