omnia icon indicating copy to clipboard operation
omnia copied to clipboard

Upgrade nvidia-device-plugin deployment

Open j0hnL opened this issue 2 years ago • 1 comments

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.

j0hnL avatar Jun 22 '22 15:06 j0hnL

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.

stale[bot] avatar Aug 31 '22 01:08 stale[bot]

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.

stale[bot] avatar Nov 07 '22 01:11 stale[bot]