Support for non-Linux local test environments #151
Labels
kind/feature
Categorizes issue or PR as related to a new feature.
priority/backlog
Higher priority than priority/awaiting-more-evidence.
Currently the only way to test locally with VMs is to use the Tinkerbell sandbox setup with Vagrant/libvirt on LInux.
The Tinkerbell sandbox also supports Vagrant/Virtualbox, which would provide a more cross-platform local test environment, but due to the networking configuration, does not work with streaming the sigs.k8s.io/image-builder based images from ghcr.io, and the resulting images would fail due to networking configuration even if they were written properly.
We need to either have a way for users to consume the published image-builder built images on Vagrant/Virtualbox or have another way(s) of running a local test environment using Windows and Mac.
Expected Behaviour
Mac/Windows users to have a way to run a local test environment using VMs
Current Behaviour
The only way to run a local test environment on VMs today is on Linux using Vagrant/Libvirt
Possible Solutions
The text was updated successfully, but these errors were encountered: