31 lines
458 B
Markdown
31 lines
458 B
Markdown
## k3d node start
|
|
|
|
Start an existing k3d node
|
|
|
|
### Synopsis
|
|
|
|
Start an existing k3d node.
|
|
|
|
```
|
|
k3d node start NODE [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for start
|
|
```
|
|
|
|
### 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 node](k3d_node.md) - Manage node(s)
|
|
|