From fc7c0205530e38722f1f0e893c70fd0d9a29980d Mon Sep 17 00:00:00 2001 From: Leo Date: Sat, 15 Aug 2020 23:56:33 +0200 Subject: [PATCH] Add hint how to observe k8s pods --- DEVELOP.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOP.md b/DEVELOP.md index 27a0c65c7..30a3ac22a 100644 --- a/DEVELOP.md +++ b/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.