From a6ebc460b0c90e765f81ac303ad5814743927d49 Mon Sep 17 00:00:00 2001 From: RamiBerm <54766858+RamiBerm@users.noreply.github.com> Date: Sun, 7 Nov 2021 09:33:19 +0200 Subject: [PATCH] TRA-3903 add daemon flag readme doc (#437) * add daemon flag readme doc * Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6b328e283..3eb1c87b0 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,14 @@ tap proxy-host: 0.0.0.0 and when changed it will support accessing by IP +### Run in daemon mode + +Mizu can be ran detached from the cli using the daemon flag: `mizu tap --daemon`. This type of mizu instance will run indefinitely in the cluster. + +In order to access a daemon mizu you will have to run `mizu view` after running the `tap --daemon` command. + +To stop the detached mizu instance and clean all cluster side resources, run `mizu clean` + ## How to Run local UI