Update default kubernetes version to 1.18.2 (#6064)

This commit is contained in:
Florian Ruynat
2020-05-06 20:17:09 +02:00
committed by GitHub
parent 965fe1db94
commit c06f482901
4 changed files with 4 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ download_delegate: "{% if download_localhost %}localhost{% else %}{{ groups['kub
image_arch: "{{host_architecture | default('amd64')}}"
# Versions
kube_version: v1.17.5
kube_version: v1.18.2
kubeadm_version: "{{ kube_version }}"
etcd_version: v3.3.12

View File

@@ -15,7 +15,7 @@ is_fedora_coreos: false
disable_swap: true
## Change this to use another Kubernetes version, e.g. a current beta release
kube_version: v1.17.5
kube_version: v1.18.2
## The minimum version working
kube_version_min_required: v1.16.0