diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-03-01 14:21:28 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2021-03-02 10:25:52 +0100 |
commit | 02bb993b3348a917c38cb17eeb67a42fa2c28286 (patch) | |
tree | ca18bec6b4e45e1ca6bc3209f04710920bc76c2d /ansible/group_vars/infrastructure.yml | |
parent | a1e934b617044370001491ea48dad94ec05f3f6a (diff) |
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 <b.grzybowski@partner.samsung.com>
Diffstat (limited to 'ansible/group_vars/infrastructure.yml')
-rwxr-xr-x | ansible/group_vars/infrastructure.yml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |