The branch 1.20 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.20 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: Iac2da682f639d2177b10162db95cd796fb3124e6
kubespray:
scm: git
src: https://gerrit.nordix.org/infra/installer/kubespray.git
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.20', true) }}"
refspec: "{{ lookup('env', 'NORDIX_KUBESPRAY_REFSPEC') | default(omit) }}"
# NOTE (fdegir): this is only the list of scenarios implemented within
refspec: "{{ lookup('env', 'NORDIX_KUBESPRAY_REFSPEC') | default(omit) }}"
# NOTE (fdegir): this is only the list of scenarios implemented within
# Kubernetes: Kubernetes and kubectl versions
# -------------------------------------------------------------------------------
# Kubernetes version that is supported by the pinned kubespray version
# Kubernetes: Kubernetes and kubectl versions
# -------------------------------------------------------------------------------
# Kubernetes version that is supported by the pinned kubespray version
-kubernetes_version: "v1.18.5"
+kubernetes_version: "v1.20.2"
# 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 }}"
# 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 }}"