k3d-io / k3d

Little helper to run CNCF's k3s in Docker
https://k3d.io/
MIT License
5.47k stars 462 forks source link

[FEATURE] Automatically use the default k3d-default.yaml file if present in current directory #1476

Open maacarbo opened 3 months ago

maacarbo commented 3 months ago

Scope of your request

Allow automatic config file pickup at startup.

Describe the solution you'd like

It would be nice to have k3d picking up the default generated k3d config init (k3d-default.yaml) config file if present in the current directory, without having to specify --config when creating/deleting/managing a cluster.