This commit is contained in:
ChristopherHX
2026-03-19 10:38:42 +00:00
parent 4a82e5d96d
commit 3625cf2ff2

View File

@ -20,7 +20,7 @@ jobs:
- name: Create kind cluster
run: |
docker inspect "$KIND_CONTAINER" || kind create cluster --name test-cluster --wait 5m
docker inspect test-cluster-control-plane || kind create cluster --name test-cluster --wait 5m
- name: Connect kind to the job container's network and fix kubeconfig
if: always()