Disable download_once in Vagrant to workaround rsync error (#4448)

This commit is contained in:
Maxime Guyot 2019-04-09 09:19:05 +02:00 committed by Kubernetes Prow Robot
parent 12c6b5c3eb
commit 80ea18bd28

2
Vagrantfile vendored
View file

@ -181,7 +181,7 @@ Vagrant.configure("2") do |config|
"kube_network_plugin": $network_plugin, "kube_network_plugin": $network_plugin,
"kube_network_plugin_multus": $multi_networking, "kube_network_plugin_multus": $multi_networking,
"docker_keepcache": "1", "docker_keepcache": "1",
"download_run_once": "True", "download_run_once": "False",
"download_localhost": "False", "download_localhost": "False",
"local_path_provisioner_enabled": "#{$local_path_provisioner_enabled}", "local_path_provisioner_enabled": "#{$local_path_provisioner_enabled}",
"local_path_provisioner_claim_root": "#{$local_path_provisioner_claim_root}" "local_path_provisioner_claim_root": "#{$local_path_provisioner_claim_root}"