omnia
omnia copied to clipboard
Upgrade nvidia-device-plugin deployment
please upgrade nvidia-device-plugin to v0.12.2 to support Cuda 11
Describe the solution you'd like Nvidia k8s device plugin Deploying with gpu-feature-discovery for automatic node labels As of v0.12.0, the device plugin's helm chart has integrated support to deploy gpu-feature-discovery (GFD) as a subchart. One can use GFD to automatically generate labels for the set of GPUs available on a node. Under the hood, it leverages Node Feature Discovery to perform this labeling.
helm upgrade -i nvdp nvdp/nvidia-device-plugin \ --version=0.12.2 \ --namespace nvidia-device-plugin \ --create-namespace \ --set gfd.enabled=true
Describe alternatives you've considered
We could also provide a variable for admins to choose which nvidia-device-plugin
. Versions prior to v0.12.0 will need to manually deploy GFD also.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.