From 9de7acea74354dc3af98233e673560d853daae28 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 13 Jan 2025 10:21:20 -0800 Subject: [PATCH] Try removing Kubernetes and minikube version See if this helps with the 404 errors. --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index daa7a283b6..b8ffa126c3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -130,8 +130,6 @@ jobs: if: steps.filter.outputs.minikube == 'true' uses: medyagh/setup-minikube@latest with: - minikube-version: "v1.34.0" - kubernetes-version: "v1.31.4" cpus: max memory: 5500m # Linux virtual machines have 7GB of RAM