Little helper to run CNCF's k3s in Docker
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
k3d/docs/usage/commands/k3d_cluster_start.md

33 lines
768 B

## k3d cluster start
Start existing k3d cluster(s)
### Synopsis
Start existing k3d cluster(s)
```
k3d cluster start [NAME [NAME...] | --all] [flags]
```
### Options
```
-a, --all Start all existing clusters
-h, --help help for start
--timeout duration Maximum waiting time for '--wait' before canceling/returning.
--wait Wait for the server(s) (and loadbalancer) to be ready before returning. (default true)
```
### Options inherited from parent commands
```
--timestamps Enable Log timestamps
--trace Enable super verbose output (trace logging)
--verbose Enable verbose output (debug logging)
```
### SEE ALSO
* [k3d cluster](k3d_cluster.md) - Manage cluster(s)