Update Kubernetes to v1.8.1 (#1858)

This commit is contained in:
Matthew Mosesohn
2017-10-24 17:05:45 +01:00
committed by GitHub
parent 0b60201a1e
commit 25de6825df
4 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ download_always_pull: False
download_delegate: "{% if download_localhost %}localhost{% else %}{{groups['kube-master'][0]}}{% endif %}"
# Versions
kube_version: v1.8.0
kube_version: v1.8.1
kubeadm_version: "{{ kube_version }}"
etcd_version: v3.2.4
# TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults

View File

@@ -8,7 +8,7 @@ kube_api_anonymous_auth: false
is_atomic: false
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.8.0
kube_version: v1.8.1
# Set to true to allow pre-checks to fail and continue deployment
ignore_assert_errors: false