Update to Kubernetes v1.7.5 (#1649)

This commit is contained in:
Kyle Bai 2017-09-14 14:18:03 +08:00 committed by Matthew Mosesohn
parent 6744726089
commit 016301508e
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ kube_users_dir: "{{ kube_config_dir }}/users"
kube_api_anonymous_auth: false
## 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.
# Note: ensure that you've enough disk space (about 1G)

View file

@ -18,7 +18,7 @@ download_localhost: False
download_always_pull: False
# Versions
kube_version: v1.7.3
kube_version: v1.7.5
kubeadm_version: "{{ kube_version }}"
etcd_version: v3.2.4
# TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults