You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 9, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/user/nvidia-dranet/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@
87
87
</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><divclass=highlight><pretabindex=0style=background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4><codeclass=language-shdata-lang=sh><spanstyle=display:flex><span>kubectl get pods -n nvidia-dra-driver-gpu
88
88
</span></span><spanstyle=display:flex><span>NAME READY STATUS RESTARTS AGE
</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><divclass=highlight><pretabindex=0style=background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4><codeclass=language-shdata-lang=sh><spanstyle=display:flex><span>kubectl label node -l cloud.google.com/gke-nodepool=<nodepool-name> --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><divclass=highlight><pretabindex=0style=background-color:#fff;-moz-tab-size:4;-o-tab-size:4;tab-size:4><codeclass=language-shdata-lang=sh><spanstyle=display:flex><span>kubectl label node -l cloud.google.com/gke-gpu=true --overwrite nvidia.com/gpu.present=true
91
91
</span></span><spanstyle=display:flex><span>
92
92
</span></span><spanstyle=display:flex><span>kubectl get pods -n nvidia-dra-driver-gpu
93
93
</span></span><spanstyle=display:flex><span>NAME READY STATUS RESTARTS AGE
0 commit comments