mirror of https://github.com/dapr/docs.git
				
				
				
			Update daprdocs/content/en/reference/cli/dapr-init.md
Co-authored-by: Aaron Crawfis <Aaron.Crawfis@microsoft.com>
This commit is contained in:
		
							parent
							
								
									a7091ca2d1
								
							
						
					
					
						commit
						07ff561c23
					
				|  | @ -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 | ||||
| ``` | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue