Browse Source

Add hint how to observe k8s pods

Leo 5 years ago
parent
commit
fc7c020553
1 changed files with 2 additions and 0 deletions
  1. 2 0
      DEVELOP.md

+ 2 - 0
DEVELOP.md

@@ -19,4 +19,6 @@ This should work on Linux, MacOS and possibly even Windows.
 After installing all dependencies, just run `tilt up`. 
 Whenever you modify a file, the devnet is automatically rebuilt and a rolling update is done.
 
+Watch pod status in your cluster: `kubectl get pod -A -w`.
+
 Once you're done, press Ctrl-C. Run `tilt down` to tear down the devnet.