Skip to content

Commit 49dc34d

Browse files
committed
doc(installing): show a command
1 parent 993aed8 commit 49dc34d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/installing-deis/installing-deis-workflow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@ by running:
5757
$ kubectl get pods --namespace=deis
5858
```
5959

60+
If you would like `kubectl` to automatically update as the pod states change, run (type Ctrl-C to stop the watch):
61+
```
62+
$ kubectl get pods --namespace=deis -w
63+
```
64+
6065
Once you see all of the pods in the `READY` state, Deis Workflow is up and running!
6166

6267
Next, [configure dns][] so you can register your first user.

0 commit comments

Comments
 (0)