Bump Kubernetes to v1.19.7 39/10039/1 1.19
authorFatih Degirmenci <fdegir@gmail.com>
Thu, 26 Aug 2021 12:42:38 +0000 (14:42 +0200)
committerFatih Degirmenci <fdegir@gmail.com>
Thu, 26 Aug 2021 12:42:38 +0000 (14:42 +0200)
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

index 2023452dc14f957db935fcf5156e7790a04b6ce0..114c28159a8804458df7aa658ae182deb90ab7b8 100644 (file)
@@ -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 }}"