Description
I had set up a bridged network so that I can have a custom bridged interface with a static IP (I need this so I can run a DNS server.. otherwise it would interfere with mDNS on the host system).
v0.6.2 broke this, because it overrides the network.yml file with a static one, so the "briged" network isn't defined anymore, which the override.yml references.
Result:
errors inspecting instance: [field networks[2].lima references network "bridged" which is not defined in networks.yaml]
Version
colima version 0.6.2
git commit: 22d7e5f
limactl version 0.18.0
Operating System
Output of colima status
No response
Reproduction Steps
- create
.colima/_lima/_config/override.yaml & define a new bridged network
- start colima
Expected behaviour
No response
Additional context
No response