Skip to content
Snippets Groups Projects
Commit 665ce82d authored by Alexander Block's avatar Alexander Block
Browse files

Move kube_version to group_vars/all to allow easier changing of version

Also allows to perform version dependent logic in Ansible roles.
parent 444b1daf
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,9 @@ bootstrap_os: none ...@@ -4,6 +4,9 @@ bootstrap_os: none
# Directory where the binaries will be installed # Directory where the binaries will be installed
bin_dir: /usr/local/bin 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. # Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G) # Note: ensure that you've enough disk space (about 1G)
local_release_dir: "/tmp/releases" local_release_dir: "/tmp/releases"
......
...@@ -15,8 +15,6 @@ download_compress: 9 ...@@ -15,8 +15,6 @@ download_compress: 9
download_localhost: False download_localhost: False
# Versions # Versions
kube_version: v1.4.6
etcd_version: v3.0.6 etcd_version: v3.0.6
#TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults #TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults
# after migration to container download # after migration to container download
......
...@@ -2,8 +2,6 @@ ...@@ -2,8 +2,6 @@
local_release_dir: /tmp local_release_dir: /tmp
# Versions # Versions
kube_version: v1.4.6
etcd_version: v3.0.6 etcd_version: v3.0.6
calico_version: v0.23.0 calico_version: v0.23.0
calico_cni_version: v1.4.2 calico_cni_version: v1.4.2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment