diff --git a/.gitea/workflows/e2e.yml b/.gitea/workflows/e2e.yml index 0be8ce4..23a029b 100644 --- a/.gitea/workflows/e2e.yml +++ b/.gitea/workflows/e2e.yml @@ -22,6 +22,7 @@ jobs: - name: Create kind cluster run: | + kind delete cluster test-cluster2 docker inspect ${CLUSTER_NAME}-control-plane && mkdir -p ~/.kube && kind get kubeconfig --name ${CLUSTER_NAME} > ~/.kube/config || kind create cluster --name ${CLUSTER_NAME} --wait 5m