Browse Source

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

pull/4468/head
Maxime Guyot 5 years ago
committed by Kubernetes Prow Robot
parent
commit
80ea18bd28
1 changed files with 1 additions and 1 deletions
  1. 2
      Vagrantfile

2
Vagrantfile

@ -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}"

Loading…
Cancel
Save