mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-04 08:48:42 +03:00
Merge pull request #782 from samos123/master
Vagrant, skip synchronize tasks (bug #697)
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -93,7 +93,7 @@ Vagrant.configure("2") do |config|
|
||||
"flannel_interface" => ip,
|
||||
"flannel_backend_type" => "host-gw",
|
||||
"local_release_dir" => "/vagrant/temp",
|
||||
"download_run_once" => "True"
|
||||
"download_run_once" => "False"
|
||||
}
|
||||
config.vm.network :private_network, ip: ip
|
||||
|
||||
|
||||
Reference in New Issue
Block a user