From ebbf659e35f07ff829fec66be2f7a8d7dede7905 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhukalov Date: Tue, 23 May 2023 09:20:47 +0000 Subject: [PATCH] Revert "Update kubernetes to 1.27.1" This reverts commit 8e96a91ffae745b952c053923aa177e615b49b74. Reason for revert: The change broke the compute-kit tests. The deployment of all Openstack components is successful but then when we create networks and a VM, neutron-dhcp-agent crashes. It is still not clear why it happens. Let's revert this change and figure out what is going on. Change-Id: I07082511cd168560c8fe8dce3421e37fc402a1ae --- tools/gate/deploy-k8s.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/gate/deploy-k8s.sh b/tools/gate/deploy-k8s.sh index c37b7765de..dd033b23aa 100755 --- a/tools/gate/deploy-k8s.sh +++ b/tools/gate/deploy-k8s.sh @@ -14,11 +14,11 @@ set -ex : "${HELM_VERSION:="v3.6.3"}" -: "${KUBE_VERSION:="v1.27.1"}" -: "${CRICTL_VERSION:="v1.27.0"}" +: "${KUBE_VERSION:="v1.26.3"}" +: "${CRICTL_VERSION:="v1.26.0"}" : "${CRI_DOCKERD_VERSION:="v0.3.1"}" : "${CRI_DOCKERD_PACKAGE_VERSION:="0.3.1.3-0.ubuntu-focal"}" -: "${MINIKUBE_VERSION:="v1.30.1"}" +: "${MINIKUBE_VERSION:="v1.29.0"}" : "${CALICO_VERSION:="v3.25"}" : "${CORE_DNS_VERSION:="v1.9.4"}" : "${YQ_VERSION:="v4.6.0"}"