From 1dddf1d788d3a2726e1cd3294bd7e8e3cc437bd9 Mon Sep 17 00:00:00 2001 From: Julien Maupetit Date: Fri, 8 Apr 2022 15:56:37 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7(project)=20upgrade=20k8s=20tools?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Following Arnold's recent recommendations, we've upgraded k3d to the latest 4.x release as the 5.x+ releases are not compatible with installed `runc` version. For more information please refer to: - https://github.com/openfun/arnold/pull/733 - https://github.com/k3d-io/k3d/issues/807 test docker executor rollback to the current ubuntu image Use the same circle version as Arnold Setup remote docker Upgrade k3d/kubectl releases restore machine executor Restore comment --- .circleci/apps.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/apps.yml b/.circleci/apps.yml index 2ab8003..8510a6b 100644 --- a/.circleci/apps.yml +++ b/.circleci/apps.yml @@ -85,15 +85,15 @@ jobs: - run: name: Install the kubectl client and k3d command: | - export KUBECTL_RELEASE="v1.20.2" + export KUBECTL_RELEASE="v1.23.5" curl -Lo "${HOME}/bin/kubectl" "https://dl.k8s.io/release/${KUBECTL_RELEASE}/bin/linux/amd64/kubectl" curl -Lo /tmp/kubectl.sha256 "https://dl.k8s.io/${KUBECTL_RELEASE}/bin/linux/amd64/kubectl.sha256" echo "$(