mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-15 18:20:02 -03:30
Enable weave seed mode for kubespray (#1414)
* Enable weave seed mode for kubespray * fix task Weave seed | Set peers if existing peers * fix mac address variabilisation * fix default values * fix include seed condition * change weave var to default values * fix Set peers if existing peers
This commit is contained in:
committed by
Matthew Mosesohn
parent
ee36763f9d
commit
3e457e4edf
@@ -5,7 +5,7 @@ local_release_dir: /tmp
|
||||
etcd_version: v3.0.17
|
||||
calico_version: v0.23.0
|
||||
calico_cni_version: v1.5.6
|
||||
weave_version: v1.8.2
|
||||
weave_version: v2.0.1
|
||||
|
||||
# Download URL's
|
||||
etcd_download_url: "https://github.com/coreos/etcd/releases/download/{{ etcd_version }}/etcd-{{ etcd_version }}-linux-amd64.tar.gz"
|
||||
|
||||
Reference in New Issue
Block a user