Sometimes the mini-lab starts up correctly and everything works nicely but there are situations that lead to this error:
reconfiguration failed {"app": "metal-core", "error": "could not build switcher config: no vlan mapping could be determined for vxlan interface vniInternet", "errorVerbose": "no vlan mapping could be determined for vxlan interface vniInternet\ncould not build switcher config\ngithub.com/metal-stack/metal-core/internal/event.(*eventHandler).reconfigureSwitch\n\t/work/internal/event/reconfigureSwitch.go:65\ngithub.com/metal-stack/metal-core/internal/event.(*eventHandler).ReconfigureSwitch\n\t/work/internal/event/reconfigureSwitch.go:28\nruntime.goexit\n\t/usr/local/go/src/runtime/asm_amd64.s:1357"
The error can be seen by metalctl switch ls -o wide and is responsible for networking not working as expected.
Sometimes the mini-lab starts up correctly and everything works nicely but there are situations that lead to this error:
The error can be seen by
metalctl switch ls -o wide
and is responsible for networking not working as expected.