From 380045af634a39fc5311c6ad1379174a2c33cfb3 Mon Sep 17 00:00:00 2001 From: Suraj Deshmukh Date: Mon, 16 Sep 2024 09:30:57 -0700 Subject: [PATCH] README: Update the expectations after installation Signed-off-by: Suraj Deshmukh --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fbf5051e..b3fcd6f3 100644 --- a/README.md +++ b/README.md @@ -84,9 +84,8 @@ This should show two pods running in the `nvidia-dra-driver` namespace: kubectl get pods -n nvidia-dra-driver ``` ``` -NAMESPACE NAME READY STATUS RESTARTS AGE -nvidia-dra-driver nvidia-dra-controller-6bdf8f88cc-psb4r 1/1 Running 0 34s -nvidia-dra-driver nvidia-dra-plugin-lt7qh 1/1 Running 0 32s +NAME READY STATUS RESTARTS AGE +nvidia-k8s-dra-driver-kubelet-plugin-t5qgz 1/1 Running 0 44s ``` ### Run the examples by following the steps in the demo script