We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6e18ab commit d4a9c38Copy full SHA for d4a9c38
cicd/k8s-calico/Vagrantfile
@@ -8,6 +8,10 @@ workers = settings["nodes"]["workers"]["count"]
8
9
Vagrant.configure("2") do |config|
10
11
+ if Vagrant.has_plugin?("vagrant-vbguest")
12
+ config.vbguest.auto_update = false
13
+ end
14
+
15
config.vm.define "loxilb" do |loxilb|
16
loxilb.vm.box = settings["software"]["loxilb"]["box"]["name"]
17
loxilb.vm.box_version = settings["software"]["loxilb"]["box"]["version"]
0 commit comments