From e0222088a84c90594d1d152005d53ef65a71ccb2 Mon Sep 17 00:00:00 2001 From: Anthony BESCOND Date: Tue, 30 May 2023 12:00:02 +0200 Subject: [PATCH] feat: test kube 1.27 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4bd8dee..baa6da8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -65,7 +65,7 @@ jobs: tag="$(git describe --tags)" # Cluster - curl -s -L -o k3s https://github.com/k3s-io/k3s/releases/download/v1.25.7%2Bk3s1/k3s + curl -s -L -o k3s "https://github.com/k3s-io/k3s/releases/download/v1.27.4+k3s1/k3s" chmod +x k3s sudo ./k3s server --disable coredns,servicelb,traefik,metrics-server --write-kubeconfig "$(pwd)/kubeconfig" --write-kubeconfig-mode 777 > k3s_log 2>&1 & export KUBECONFIG="$(pwd)/kubeconfig"