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_node.md

37 lines
815 B

## k3d node
Manage node(s)
### Synopsis
Manage node(s)
```
k3d node [flags]
```
### Options
```
-h, --help help for node
```
### 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](k3d.md) - https://k3d.io/ -> Run k3s in Docker!
* [k3d node create](k3d_node_create.md) - Create a new k3s node in docker
* [k3d node delete](k3d_node_delete.md) - Delete node(s).
* [k3d node edit](k3d_node_edit.md) - [EXPERIMENTAL] Edit node(s).
* [k3d node list](k3d_node_list.md) - List node(s)
* [k3d node start](k3d_node_start.md) - Start an existing k3d node
* [k3d node stop](k3d_node_stop.md) - Stop an existing k3d node