Skip to content

v0.6.2 breaks custom network setup #879

@drallgood

Description

@drallgood

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

  • macOS Intel <= 13 (Ventura)
  • macOS Intel >= 14 (Sonoma)
  • Apple Silicon <= 13 (Ventura)
  • Apple Silicon >= 14 (Sonoma)
  • Linux

Output of colima status

No response

Reproduction Steps

  1. create .colima/_lima/_config/override.yaml & define a new bridged network
  2. start colima

Expected behaviour

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions