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
27 lines
421 B
Markdown
27 lines
421 B
Markdown
## k3d config migrate
|
|
|
|
|
|
|
|
```
|
|
k3d config migrate INPUT OUTPUT [flags]
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for migrate
|
|
```
|
|
|
|
### 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 config](k3d_config.md) - Work with config file(s)
|
|
|