Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Document VirtualBox tweaks for Linux host #272

Closed
mloskot opened this issue May 20, 2023 · 2 comments
Closed

docs: Document VirtualBox tweaks for Linux host #272

mloskot opened this issue May 20, 2023 · 2 comments
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.

Comments

@mloskot
Copy link
Contributor

mloskot commented May 20, 2023

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
Copy link

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

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

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

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

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Jan 20, 2024
@mloskot
Copy link
Contributor Author

mloskot commented Jan 20, 2024

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

  1. Experimental CLI and SDK for remote node control  #278 (see docs: Add "Quo Vadis SWDT" discussing project issues and ideas #277 for context)
  2. test(cli): Start guide on testing Windows VM on Windows host #282 which actually addressed suggestion in this issue, but for SWDT CLI mode
  3. VirtualBox-based setup is being replaced

@mloskot mloskot closed this as not planned Won't fix, can't repro, duplicate, stale Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale.
Projects
None yet
Development

No branches or pull requests

3 participants