Skip to content

Commit 93cd479

Browse files
authored
README: adjust to script/namespace renames (#280)
Signed-off-by: Cyclinder Kuo <[email protected]>
1 parent 75bf8c2 commit 93cd479

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ This also makes the built images available to the `kind` cluster.
6868

6969
We 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
8080
NAME READY STATUS RESTARTS AGE
8181
nvidia-dra-driver-gpu-controller-697898fc6b-g85zx 1/1 Running 0 40s
8282
nvidia-dra-driver-gpu-kubelet-plugin-kkwf7 2/2 Running 0 40s

0 commit comments

Comments
 (0)