Excerpt: - new version v1alpha3 with k3s extraArgs using node filters - reflected in CLI via --k3s-arg - new migration option to migrate (internally and via cli) from v1alpha2 to v1alpha3 - enhancements to how config files are being read - e2e tests for config file migration
33 lines
548 B
Markdown
33 lines
548 B
Markdown
## k3d config
|
|
|
|
Work with config file(s)
|
|
|
|
### Synopsis
|
|
|
|
Work with config file(s)
|
|
|
|
```
|
|
k3d config [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for config
|
|
```
|
|
|
|
### 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 config init](k3d_config_init.md) -
|
|
* [k3d config migrate](k3d_config_migrate.md) -
|
|
|