Skip to content

Commit 9063a96

Browse files
committed
docs(installing-workflow): fix missing watch flag
1 parent b367c43 commit 9063a96

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)