Add hint how to observe k8s pods

This commit is contained in:
Leo 2020-08-15 23:56:33 +02:00
parent 7fc59ec5f4
commit fc7c020553
1 changed files with 2 additions and 0 deletions

View File

@ -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.