From 07ff561c234a985ee74797d261fda7e257adc1f1 Mon Sep 17 00:00:00 2001 From: Phil Kedy Date: Wed, 17 Mar 2021 12:01:52 -0400 Subject: [PATCH] Update daprdocs/content/en/reference/cli/dapr-init.md Co-authored-by: Aaron Crawfis --- daprdocs/content/en/reference/cli/dapr-init.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/reference/cli/dapr-init.md b/daprdocs/content/en/reference/cli/dapr-init.md index bef9afb49..9f2130910 100644 --- a/daprdocs/content/en/reference/cli/dapr-init.md +++ b/daprdocs/content/en/reference/cli/dapr-init.md @@ -46,7 +46,11 @@ dapr init dapr init -k ``` -### Initialize Dapr in Kubernetes and wait for the installation to complete (default timeout is 300s/5m) +### Initialize Dapr in Kubernetes and wait for the installation to complete + + You can wait for the installation to complete its deployment with the `--wait` flag. + + The default timeout is 300s (5 min), but can be customized with the `--timeout` flag. ```bash dapr init -k --wait --timeout 600 ``` @@ -64,4 +68,4 @@ dapr init -k --runtime-version 0.10.0 ### Initialize Dapr in [slim self-hosted mode]({{< ref self-hosted-no-docker.md >}}) ```bash dapr init -s -``` \ No newline at end of file +```