mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-04 10:11:10 -03:30
Update to k8s 1.8.3 (#1971)
This commit is contained in:
committed by
Matthew Mosesohn
parent
f9b68a5d17
commit
849aaf7435
@@ -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.2
|
||||
kube_version: v1.8.3
|
||||
kubeadm_version: "{{ kube_version }}"
|
||||
etcd_version: v3.2.4
|
||||
# TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults
|
||||
|
||||
@@ -13,7 +13,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.2
|
||||
kube_version: v1.8.3
|
||||
|
||||
# Set to true to allow pre-checks to fail and continue deployment
|
||||
ignore_assert_errors: false
|
||||
|
||||
Reference in New Issue
Block a user