Skip to content

Commit

Permalink
https:/kubernetes/minikube/issues/19639#issuecomment-2351…
Browse files Browse the repository at this point in the history
…430752
  • Loading branch information
hswong3i committed Sep 18, 2024
1 parent 0d3e4b5 commit 15fe474
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Vagrant.configure("2") do |config|
virtualbox.customize ["modifyvm", :id, "--cpu-profile", "host"]
virtualbox.customize ["modifyvm", :id, "--nested-hw-virt", "on"]
virtualbox.customize ["modifyvm", :id, "--nat-localhostreachable1", "on"]
virtualbox.customize ["modifyvm", :id, "--graphicscontroller", "vboxsvga"]
virtualbox.customize ["modifyvm", :id, "--accelerate3d", "off"]

override.vm.disk :disk, name: "sdb", size: "10GB"
override.vm.synced_folder "./", "/vagrant"
Expand Down
2 changes: 2 additions & 0 deletions molecule/devel-22.04-virtualbox/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ platforms:
- customize ['modifyvm', :id, '--cpu-profile', 'host']
- customize ['modifyvm', :id, '--nested-hw-virt', 'on']
- customize ['modifyvm', :id, '--nat-localhostreachable1', 'on']
- customize ['modifyvm', :id, '--graphicscontroller', 'vboxsvga']
- customize ['modifyvm', :id, '--accelerate3d', 'off']
instance_raw_config_args:
- vm.box_check_update = false
- "vm.disk :disk, name: 'sdb', size: '10GB'"
Expand Down
2 changes: 2 additions & 0 deletions molecule/devel-24.04-virtualbox/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ platforms:
- customize ['modifyvm', :id, '--cpu-profile', 'host']
- customize ['modifyvm', :id, '--nested-hw-virt', 'on']
- customize ['modifyvm', :id, '--nat-localhostreachable1', 'on']
- customize ['modifyvm', :id, '--graphicscontroller', 'vboxsvga']
- customize ['modifyvm', :id, '--accelerate3d', 'off']
instance_raw_config_args:
- vm.box_check_update = false
- "vm.disk :disk, name: 'sdb', size: '10GB'"
Expand Down
2 changes: 2 additions & 0 deletions packer/devel-22.04-virtualbox/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"boot_wait": "1s",
"cpus": 2,
"disk_size": 131072,
"gfx_accelerate_3d": false,
"gfx_controller": "vboxsvga",
"guest_additions_mode": "upload",
"guest_os_type": "Ubuntu_64",
"headless": true,
Expand Down
2 changes: 2 additions & 0 deletions packer/devel-24.04-virtualbox/packer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
"boot_wait": "1s",
"cpus": 2,
"disk_size": 131072,
"gfx_accelerate_3d": false,
"gfx_controller": "vboxsvga",
"guest_additions_mode": "upload",
"guest_os_type": "Ubuntu_64",
"headless": true,
Expand Down

0 comments on commit 15fe474

Please sign in to comment.