Skip to content

Commit d946cca

Browse files
author
Matthew Fisher
committed
Merge pull request #301 from jgmize/missing-watch
docs(installing-workflow): fix missing watch flag
2 parents b367c43 + 9063a96 commit d946cca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/installing-workflow/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ $ kubectl --namespace=deis get pods
7171

7272
If you would like `kubectl` to automatically update as the pod states change, run (type Ctrl-C to stop the watch):
7373
```
74-
$ kubectl --namespace=deis get pods
74+
$ kubectl --namespace=deis get pods -w
7575
```
7676

7777
Depending on the order in which the Workflow components initialize, some pods may restart. This is common during the

0 commit comments

Comments
 (0)