From 6a4dcda90cafd0b499ef37d9644e0cb1fe18d43c Mon Sep 17 00:00:00 2001 From: Szehon Ho Date: Fri, 4 Sep 2026 13:35:54 -0700 Subject: [PATCH] [SPARK-59212][K8S][INFRA] Pin the Minikube container runtime to docker in K8s CI --- .github/workflows/build_and_test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index fe0b4e664463e..002eec8d9788f 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -1589,6 +1589,10 @@ jobs: uses: medyagh/setup-minikube@e9e035a86bbc3caea26a450bd4dbf9d0c453682e # v0.0.21 with: kubernetes-version: "1.36.0" + # Minikube 1.39.0 changed the default container runtime to containerd. The image + # builds below go through `minikube docker-env`, which needs a real Docker daemon + # in the node, so pin the runtime rather than inherit the default. + container-runtime: docker # GitHub Actions limit 4C/16G, limit to 2C/6G for better resource statistic # https://docs.github.com/en/actions/reference/runners/github-hosted-runners#standard-github-hosted-runners-for-public-repositories cpus: 2