<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>DRA Driver for NVIDIA GPUs Overview on DRA Driver for NVIDIA GPUs</title><link>https://deploy-preview-1177--dra-driver-nvidia-gpu.netlify.app/docs/</link><description>Recent content in DRA Driver for NVIDIA GPUs Overview on DRA Driver for NVIDIA GPUs</description><generator>Hugo</generator><language>en</language><atom:link href="https://deploy-preview-1177--dra-driver-nvidia-gpu.netlify.app/docs/index.xml" rel="self" type="application/rss+xml"/><item><title>Prerequisites</title><link>https://deploy-preview-1177--dra-driver-nvidia-gpu.netlify.app/docs/prerequisites/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-1177--dra-driver-nvidia-gpu.netlify.app/docs/prerequisites/</guid><description>&lt;p&gt;Cluster, software, and hardware requirements for the DRA Driver for NVIDIA GPUs.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;Tip: Most of these prerequisites can be installed and managed for you by the &lt;a href="https://deploy-preview-1177--dra-driver-nvidia-gpu.netlify.app/docs/prerequisites/#install-prerequisites-with-nvidia-gpu-operator"&gt;NVIDIA GPU Operator&lt;/a&gt;.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;Requirement&lt;/th&gt;
 &lt;th&gt;Version / Notes&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;Kubernetes&lt;/td&gt;
 &lt;td&gt;v1.34.2 or later, with at least one node that has one or more NVIDIA GPUs. The use of DRA became GA in Kubernetes v1.34+ and earlier versions required the &lt;code&gt;DynamicResourceAllocation&lt;/code&gt; feature gate.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Helm&lt;/td&gt;
 &lt;td&gt;v3.8 or later.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;NVIDIA Driver&lt;/td&gt;
 &lt;td&gt;v565 or later for GPU allocation. v570.158.01 or later if using &lt;a href="https://deploy-preview-1177--dra-driver-nvidia-gpu.netlify.app/docs/prerequisites/#computedomains-additional-prerequisites"&gt;ComputeDomains&lt;/a&gt;.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;CDI&lt;/td&gt;
 &lt;td&gt;Enabled in your container runtime. This is enabled by default in containerd 2.0+ and CRIO v1.27+. The DRA Driver uses CDI to expose GPUs to containers.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;Node Feature Discovery (NFD)&lt;/td&gt;
 &lt;td&gt;Labels GPU nodes in the cluster. The DRA Driver uses these labels to target the GPU kubelet plugin to the correct nodes.&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="computedomains-additional-prerequisites"&gt;ComputeDomains additional prerequisites&lt;/h2&gt;
&lt;p&gt;If you plan to use ComputeDomains, you also need:&lt;/p&gt;</description></item><item><title>Install the driver</title><link>https://deploy-preview-1177--dra-driver-nvidia-gpu.netlify.app/docs/install/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-1177--dra-driver-nvidia-gpu.netlify.app/docs/install/</guid><description>&lt;p&gt;Install the DRA Driver for NVIDIA GPUs and validate that GPU or ComputeDomain allocation is working on your cluster.&lt;/p&gt;
&lt;p&gt;Before you begin:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Confirm all &lt;a href="https://deploy-preview-1177--dra-driver-nvidia-gpu.netlify.app/docs/prerequisites/"&gt;prerequisites&lt;/a&gt; are met.&lt;/li&gt;
&lt;li&gt;If you have the NVIDIA GPU Operator installed, follow the &lt;a href="https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/dra-intro-install.html"&gt;GPU Operator install guide&lt;/a&gt; instead.&lt;/li&gt;
&lt;/ul&gt;
&lt;hr&gt;
&lt;h2 id="install-the-chart"&gt;Install the chart&lt;/h2&gt;
&lt;p&gt;The following command installs the DRA Driver with both GPU allocation and ComputeDomain support enabled.&lt;/p&gt;
&lt;p&gt;By default, both resource plugins are enabled. If you only need one, the other can be left enabled with no impact on the cluster, or you can disable it explicitly:&lt;/p&gt;</description></item><item><title>Upgrade</title><link>https://deploy-preview-1177--dra-driver-nvidia-gpu.netlify.app/docs/upgrade/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://deploy-preview-1177--dra-driver-nvidia-gpu.netlify.app/docs/upgrade/</guid><description>&lt;p&gt;Upgrade the DRA Driver for NVIDIA GPUs from &lt;code&gt;v25.12.0&lt;/code&gt; to &lt;code&gt;v0.4.0&lt;/code&gt; without disrupting existing workloads. For the full release summary, see the &lt;a href="https://github.com/kubernetes-sigs/dra-driver-nvidia-gpu/releases/tag/v0.4.0"&gt;v0.4.0 release notes&lt;/a&gt;.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="what-changed"&gt;What changed&lt;/h2&gt;
&lt;p&gt;The v0.4.0 release introduces several changes that affect how this upgrade is performed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The project moved from &lt;code&gt;NVIDIA/k8s-dra-driver-gpu&lt;/code&gt; to &lt;code&gt;kubernetes-sigs/dra-driver-nvidia-gpu&lt;/code&gt;. The Go module is now &lt;code&gt;sigs.k8s.io/nvidia-dra-driver-gpu&lt;/code&gt; and container images are published to &lt;code&gt;registry.k8s.io/dra-driver-nvidia/dra-driver-nvidia-gpu&lt;/code&gt; in addition to NVIDIA NGC Catalog (NGC).&lt;/li&gt;
&lt;li&gt;The Helm chart name changed from &lt;code&gt;nvidia-dra-driver-gpu&lt;/code&gt; to &lt;code&gt;dra-driver-nvidia-gpu&lt;/code&gt;. To keep existing Kubernetes resource names (DaemonSets, Deployments, ServiceAccounts, RBAC) stable, &lt;code&gt;--set nameOverride=nvidia-dra-driver-gpu&lt;/code&gt; is required on the first upgrade. See &lt;a href="https://deploy-preview-1177--dra-driver-nvidia-gpu.netlify.app/docs/upgrade/#upgrade-procedure"&gt;Upgrade procedure&lt;/a&gt; below.&lt;/li&gt;
&lt;li&gt;In addition to NGC (&lt;code&gt;nvidia/dra-driver-nvidia-gpu&lt;/code&gt;), the DRA Driver Helm chart is now also published to &lt;code&gt;oci://registry.k8s.io/dra-driver-nvidia/charts/dra-driver-nvidia-gpu&lt;/code&gt;. You can continue to use the NGC chart or switch to the Kubernetes registry.&lt;/li&gt;
&lt;li&gt;Starting in v0.4.0, the chart follows SemVer and &lt;code&gt;--version 0.4.0&lt;/code&gt; is required on &lt;code&gt;helm install&lt;/code&gt; and &lt;code&gt;helm upgrade&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Once the cluster is on v0.4.0, downgrading to v25.12.0 is not supported. Two changes prevent downgrade: the kubelet plugin checkpoint format added a &lt;code&gt;BootID&lt;/code&gt; field, and the &lt;code&gt;ComputeDomain&lt;/code&gt; API now allows &lt;code&gt;numNodes&lt;/code&gt; to be omitted. Plan this upgrade as forward-only. See the &lt;a href="https://github.com/kubernetes-sigs/dra-driver-nvidia-gpu/releases/tag/v0.4.0"&gt;v0.4.0 release notes&lt;/a&gt; for more details.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="before-you-begin"&gt;Before you begin&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Collect the &lt;code&gt;--set&lt;/code&gt; flags you used at install time (for example, &lt;code&gt;gpuResourcesEnabledOverride&lt;/code&gt;, &lt;code&gt;nvidiaDriverRoot&lt;/code&gt;, &lt;code&gt;webhook.enabled&lt;/code&gt;). You will pass the same flags on &lt;code&gt;helm upgrade&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;If any node hit the &amp;ldquo;device cannot be reprepared after host reboot&amp;rdquo; issue (&lt;a href="https://github.com/kubernetes-sigs/dra-driver-nvidia-gpu/issues/951"&gt;#951&lt;/a&gt;) prior to v0.4.0, remove the kubelet plugin checkpoint file on that node before upgrading. The new BootID-aware checkpoint format in v0.4.0 only invalidates checkpoints that already carry a recorded BootID; legacy checkpoints written by v25.12.0 are otherwise assumed valid.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="upgrade-procedure"&gt;Upgrade procedure&lt;/h2&gt;
&lt;p&gt;Perform the following steps in order.&lt;/p&gt;</description></item></channel></rss>