k3s/charts/gpu-runtime.yaml

16 lines
390 B
YAML

apiVersion: helm.cattle.io/v1
kind: HelmChart
metadata:
name: nvidia-device-plugin
namespace: charts
spec:
chart: nvidia-device-plugin
repo: https://nvidia.github.io/k8s-device-plugin
valuesContent: |-
runtimeClassName: nvidia
namespaceOverride: kube-system
tolerations:
- key: "gpu"
value: "true"
operator: "Equal"
effect: "NoSchedule"