Skip to content

Commit

Permalink
CI: Vagrant don't download_force_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cristicalin committed Nov 20, 2021
1 parent 9bfac92 commit 94cd16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ $network_plugin ||= "flannel"
# Setting multi_networking to true will install Multus: https://github.com/intel/multus-cni
$multi_networking ||= false
$download_run_once ||= "True"
$download_force_cache ||= "True"
$download_force_cache ||= "False"
# The first three nodes are etcd servers
$etcd_instances ||= $num_instances
# The first two nodes are kube masters
Expand Down

0 comments on commit 94cd16d

Please sign in to comment.