Skip to content

Commit f057394

Browse files
author
Aaron Schlesinger
committed
doc(README.md): use a kubernetes watch for pod status
1 parent eecb5ca commit f057394

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ export IMAGE_PREFIX=arschles
7979
make deploy
8080
```
8181

82-
After the `make deploy` finishes, a new pod will be launched but may not be running. You'll need to wait until the pod is listed as `Running` and the value in its `Ready` column is `1/1`. Use the following command to check the Pod's status:
82+
After the `make deploy` finishes, a new pod will be launched but may not be running. You'll need to wait until the pod is listed as `Running` and the value in its `Ready` column is `1/1`. Use the following command watch the pod's status:
8383

8484
```console
85-
kubectl get pod --namespace=deis | grep deis-controller
85+
kubectl get pod --namespace=deis -w | grep deis-controller
8686
```
8787

8888
## License

0 commit comments

Comments
 (0)