Remove kube_version in downloads role (#7066)

This commit is contained in:
Florent Monbillard 2020-12-19 17:38:26 -05:00 committed by GitHub
parent 98b43bb24f
commit 3470810709
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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