From ec71dbb5329b5892c7fdd64f12a7ee84b1fd0758 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Mon, 1 Mar 2021 14:21:28 +0100 Subject: Upgrade Kubernetes version deployed by RKE to v1.19.6 Manual system_images assignment in rke's cluster config is dropped as for any particular kubernetes release Rancher project holds a predefined, static map connecting Rancher's Kubernetes version with particular system images, so it's enough to define k8s version. Ref.: https://rancher.com/docs/rke/latest/en/config-options/system-images/ Change-Id: I027589c86500bbc5260caaa4aef7065d23d2241c Issue-ID: OOM-2686 Signed-off-by: Bartek Grzybowski --- ansible/group_vars/infrastructure.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'ansible/group_vars') diff --git a/ansible/group_vars/infrastructure.yml b/ansible/group_vars/infrastructure.yml index a590c46c..b351697b 100755 --- a/ansible/group_vars/infrastructure.yml +++ b/ansible/group_vars/infrastructure.yml @@ -21,6 +21,7 @@ populate_nexus: false helm_bin_dir: /usr/local/bin helm_version: v2.16.6 helm3_push_version: 0.9.0 +rke_kubernetes_version: v1.19.6-rancher1-1 vnc_server_image: consol/ubuntu-icewm-vnc:1.4.0 nexus3_image: sonatype/nexus3:3.15.2 dns_server_image: andyshinn/dnsmasq:2.76 -- cgit 1.2.3-korg