Skip to content

Commit

Permalink
Updated Vagrantfile - Do not install guest additions
Browse files Browse the repository at this point in the history
  • Loading branch information
UltraInstinct14 authored Apr 22, 2024
1 parent a6e18ab commit d4a9c38
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cicd/k8s-calico/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ workers = settings["nodes"]["workers"]["count"]

Vagrant.configure("2") do |config|

if Vagrant.has_plugin?("vagrant-vbguest")
config.vbguest.auto_update = false
end

config.vm.define "loxilb" do |loxilb|
loxilb.vm.box = settings["software"]["loxilb"]["box"]["name"]
loxilb.vm.box_version = settings["software"]["loxilb"]["box"]["version"]
Expand Down

0 comments on commit d4a9c38

Please sign in to comment.