From 055caf95fabfb56287647111b82b12179a9404a2 Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Thu, 26 Aug 2021 14:42:38 +0200 Subject: [PATCH] Bump Kubernetes to v1.19.7 The branch 1.19 in infra/stack/kubernetes is created from the commit 3f7a6e0 on master which is a combination of various updates. [0] The later commits on master branch make adaptations for rook and ceph causing deployments on baremetal to fail so they are not included on 1.19 branch. They need to be done in a controlled manner without breaking baremetal deployments if possible. [0] https://gerrit.nordix.org/c/infra/stack/kubernetes/+/7781 Change-Id: Ibdf53bd4d96829952241bb4ec47d89454b22cd08 --- vars/kubernetes.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vars/kubernetes.yaml b/vars/kubernetes.yaml index 2023452..114c281 100644 --- a/vars/kubernetes.yaml +++ b/vars/kubernetes.yaml @@ -36,7 +36,7 @@ installers: kubespray: scm: git src: https://gerrit.nordix.org/infra/installer/kubespray.git - version: "{{ lookup('env', 'NORDIX_KUBESPRAY_VERSION') | default('master', true) }}" + version: "{{ lookup('env', 'NORDIX_KUBESPRAY_VERSION') | default('1.19', true) }}" refspec: "{{ lookup('env', 'NORDIX_KUBESPRAY_REFSPEC') | default(omit) }}" # NOTE (fdegir): this is only the list of scenarios implemented within @@ -73,7 +73,7 @@ containerd_io_version: "1.2.13-2" # Kubernetes: Kubernetes and kubectl versions # ------------------------------------------------------------------------------- # Kubernetes version that is supported by the pinned kubespray version -kubernetes_version: "v1.18.5" +kubernetes_version: "v1.19.7" # version of the kubectl should generally match to the version of kubernetes itself # but it would be good to have possibility to override it in case if someone needs it for some reason kubectl_version: "{{ kubernetes_version }}" -- 2.25.1