diff --git a/inventory/group_vars/all.yml b/inventory/group_vars/all.yml index 27489b85b653b6945c4ff7467f58fe9d051b67c6..73f0fb55a11438563b72c07d3d36e6d53f3abbed 100644 --- a/inventory/group_vars/all.yml +++ b/inventory/group_vars/all.yml @@ -4,6 +4,9 @@ bootstrap_os: none # Directory where the binaries will be installed bin_dir: /usr/local/bin +## Change this to use another Kubernetes version, e.g. a current beta release +kube_version: 1.4.6 + # Where the binaries will be downloaded. # Note: ensure that you've enough disk space (about 1G) local_release_dir: "/tmp/releases" diff --git a/roles/download/defaults/main.yml b/roles/download/defaults/main.yml index 057e6bc48381c144eb9dbb02365a34e37caf661e..0fdb97897c7bd5e41782012efb38d5b53a00df67 100644 --- a/roles/download/defaults/main.yml +++ b/roles/download/defaults/main.yml @@ -15,8 +15,6 @@ download_compress: 9 download_localhost: False # Versions -kube_version: v1.4.6 - etcd_version: v3.0.6 #TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults # after migration to container download diff --git a/roles/uploads/defaults/main.yml b/roles/uploads/defaults/main.yml index 06d262c9e530ef7272abba1587511fb801776af4..8ad7b60219b304c76cbbdecfbe8aa42799df4e9f 100644 --- a/roles/uploads/defaults/main.yml +++ b/roles/uploads/defaults/main.yml @@ -2,8 +2,6 @@ local_release_dir: /tmp # Versions -kube_version: v1.4.6 - etcd_version: v3.0.6 calico_version: v0.23.0 calico_cni_version: v1.4.2