We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b367c43 + 9063a96 commit d946ccaCopy full SHA for d946cca
1 file changed
src/installing-workflow/index.md
@@ -71,7 +71,7 @@ $ kubectl --namespace=deis get pods
71
72
If you would like `kubectl` to automatically update as the pod states change, run (type Ctrl-C to stop the watch):
73
```
74
-$ kubectl --namespace=deis get pods
+$ kubectl --namespace=deis get pods -w
75
76
77
Depending on the order in which the Workflow components initialize, some pods may restart. This is common during the
0 commit comments