mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-09 03:37:36 +03:00
race condition in download role under vagrant
using a shared folder can cause race conditions for the download role as it tries to download files on all the nodes to the same shared path. This adds a flag to run the tasks in the download role on just one node.
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
---
|
||||
local_release_dir: /tmp
|
||||
|
||||
# if this is set to true will only download files once
|
||||
download_run_once: False
|
||||
|
||||
# Versions
|
||||
kube_version: "v1.2.4"
|
||||
etcd_version: v2.2.5
|
||||
|
||||
Reference in New Issue
Block a user