File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,15 +68,15 @@ This also makes the built images available to the `kind` cluster.
6868
6969We now install the NVIDIA GPU DRA driver:
7070``` console
71- ./demo/clusters/kind/install-dra-driver.sh
71+ ./demo/clusters/kind/install-dra-driver-gpu .sh
7272```
7373
74- This should show two pods running in the ` nvidia ` namespace:
74+ This should show two pods running in the ` nvidia-dra-driver-gpu ` namespace:
7575``` console
76- kubectl get pods -n nvidia
76+ kubectl get pods -n nvidia-dra-driver-gpu
7777```
7878```
79- $ kubectl get pods -n nvidia
79+ $ kubectl get pods -n nvidia-dra-driver-gpu
8080NAME READY STATUS RESTARTS AGE
8181nvidia-dra-driver-gpu-controller-697898fc6b-g85zx 1/1 Running 0 40s
8282nvidia-dra-driver-gpu-kubelet-plugin-kkwf7 2/2 Running 0 40s
You can’t perform that action at this time.
0 commit comments