Skip to content

Commit

Permalink
Fix kubectl command to show virt-launcher pod
Browse files Browse the repository at this point in the history
The virt-launcher pod appears in the "default" namespace and not 
"kubevirt".
  • Loading branch information
rwsu committed Dec 15, 2018
1 parent 91094a3 commit 8e74e58
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,11 +182,8 @@ tap networking device attached.
$ ./cluster/kubectl.sh create -f cluster/examples/vmi-ephemeral.yaml
vm "vmi-ephemeral" created

$ ./cluster/kubectl.sh -n kubevirt get pods
$ ./cluster/kubectl.sh get pods
NAME READY STATUS RESTARTS AGE
virt-api 1/1 Running 1 10h
virt-controller 1/1 Running 1 10h
virt-handler-z90mp 1/1 Running 1 10h
virt-launcher-vmi-ephemeral9q7es 1/1 Running 0 10s

$ ./cluster/kubectl.sh get vmis
Expand Down

0 comments on commit 8e74e58

Please sign in to comment.