Skip to content
Snippets Groups Projects
Commit 01630150 authored by Kyle Bai's avatar Kyle Bai Committed by Matthew Mosesohn
Browse files

Update to Kubernetes v1.7.5 (#1649)

parent 67447260
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ kube_users_dir: "{{ kube_config_dir }}/users" ...@@ -23,7 +23,7 @@ kube_users_dir: "{{ kube_config_dir }}/users"
kube_api_anonymous_auth: false kube_api_anonymous_auth: false
## Change this to use another Kubernetes version, e.g. a current beta release ## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.7.3 kube_version: v1.7.5
# 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)
......
...@@ -18,7 +18,7 @@ download_localhost: False ...@@ -18,7 +18,7 @@ download_localhost: False
download_always_pull: False download_always_pull: False
# Versions # Versions
kube_version: v1.7.3 kube_version: v1.7.5
kubeadm_version: "{{ kube_version }}" kubeadm_version: "{{ kube_version }}"
etcd_version: v3.2.4 etcd_version: v3.2.4
# TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults # TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment