Skip to content

Commit d4a9c38

Browse files
Updated Vagrantfile - Do not install guest additions
1 parent a6e18ab commit d4a9c38

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cicd/k8s-calico/Vagrantfile

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ workers = settings["nodes"]["workers"]["count"]
88

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

11+
if Vagrant.has_plugin?("vagrant-vbguest")
12+
config.vbguest.auto_update = false
13+
end
14+
1115
config.vm.define "loxilb" do |loxilb|
1216
loxilb.vm.box = settings["software"]["loxilb"]["box"]["name"]
1317
loxilb.vm.box_version = settings["software"]["loxilb"]["box"]["version"]

0 commit comments

Comments
 (0)