adamant-kite-43734
01/15/2024, 9:43 PMcreamy-pencil-82913
01/15/2024, 9:47 PMcreamy-pencil-82913
01/15/2024, 9:48 PMcreamy-pencil-82913
01/15/2024, 9:48 PMYou must still add a RuntimeClass definition to your cluster, and deploy Pods that explicitly request the appropriate runtime by settingin the Pod specruntimeClassName: nvidia
creamy-pencil-82913
01/15/2024, 9:48 PMwide-author-88664
01/15/2024, 11:57 PMruntimeClassName: nvidia
via a configmap (or otherwise) in the Helm install?wide-author-88664
01/16/2024, 12:01 AM# helm upgrade -i nvdp nvdp/nvidia-device-plugin \
--version=0.14.3 \
--namespace nvidia-device-plugin \
--create-namespace \
--set-file config.map.nvdp-config=/root/nvdp-config.yaml
with the configmap currently as:
# cat nvdp-config.yaml
version: v1
flags:
migStrategy: "none"
failOnInitError: true
nvidiaDriverRoot: "/"
plugin:
passDeviceSpecs: false
deviceListStrategy: envvar
deviceIDStrategy: uuid
wide-author-88664
01/16/2024, 12:14 AMcreamy-pencil-82913
01/16/2024, 12:32 AMwide-author-88664
01/19/2024, 12:22 AM--set runtimeClassName=nvidia
does the trick 🙂wide-author-88664
01/19/2024, 12:22 AM