Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Commit 9f4655a

Browse files
committed
deploy: 26de5c8
1 parent 0809985 commit 9f4655a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/user/nvidia-dranet/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
</code></pre><p>The values.yaml adds some additional tolerations and removes some priorities that need to be done in order to work nicely with GKE.</p><p>Once this is done, you can run</p><div class=highlight><pre tabindex=0 style=background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-sh data-lang=sh><span style=display:flex><span>kubectl get pods -n nvidia-dra-driver-gpu
8888
</span></span><span style=display:flex><span>NAME READY STATUS RESTARTS AGE
8989
</span></span><span style=display:flex><span>nvidia-dra-driver-gpu-controller-66696889cd-86m8f 1/1 Running 0 13m
90-
</span></span></code></pre></div><p>If you only see the controller like above, you will need to label the nodes with GPUs on them in order to get the kubelet plugin running.</p><div class=highlight><pre tabindex=0 style=background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-sh data-lang=sh><span style=display:flex><span>kubectl label node -l cloud.google.com/gke-nodepool=&lt;nodepool-name&gt; --overwrite nvidia.com/gpu.present=true
90+
</span></span></code></pre></div><p>If you only see the controller like above, you will need to label the nodes with GPUs on them in order to get the kubelet plugin running.</p><div class=highlight><pre tabindex=0 style=background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4><code class=language-sh data-lang=sh><span style=display:flex><span>kubectl label node -l cloud.google.com/gke-gpu=true --overwrite nvidia.com/gpu.present=true
9191
</span></span><span style=display:flex><span>
9292
</span></span><span style=display:flex><span>kubectl get pods -n nvidia-dra-driver-gpu
9393
</span></span><span style=display:flex><span>NAME READY STATUS RESTARTS AGE

0 commit comments

Comments
 (0)