kubernetes-sigs / sig-windows-dev-tools

This is a batteries included local development environment for Kubernetes on Windows.
Apache License 2.0
80 stars 46 forks source link

docs: Document VirtualBox tweaks for Linux host #272

Closed mloskot closed 10 months ago

mloskot commented 1 year ago

Following testing with @jayunit100, there need to be some notes added to the docs

Use VirtualBox 7.0, not 6.x

Fix Host-only Network

https://www.virtualbox.org/manual/ch06.html#network_hostonly

sudo bash -c 'cat > /etc/vbox/network.conf' <<EOF
* 10.0.0.0/8 192.168.0.0/16
* 2001::/64

EOF

...

k8s-triage-robot commented 10 months ago

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

You can:

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

mloskot commented 10 months ago

I think this can be closed as replaced by the currently ongoing SWDT CLI sub-project

  1. 278 (see #277 for context)

  2. 282 which actually addressed suggestion in this issue, but for SWDT CLI mode

  3. VirtualBox-based setup is being replaced