Skip to content
Snippets Groups Projects
Commit 80ea18bd authored by Maxime Guyot's avatar Maxime Guyot Committed by Kubernetes Prow Robot
Browse files

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

parent 12c6b5c3
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ Vagrant.configure("2") do |config|
"kube_network_plugin": $network_plugin,
"kube_network_plugin_multus": $multi_networking,
"docker_keepcache": "1",
"download_run_once": "True",
"download_run_once": "False",
"download_localhost": "False",
"local_path_provisioner_enabled": "#{$local_path_provisioner_enabled}",
"local_path_provisioner_claim_root": "#{$local_path_provisioner_claim_root}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment