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 +```