old kind doesnt get cleaned up?
Tests / test (push) Failing after 1m39s Details
Tests / test (pull_request) Failing after 2m7s Details

This commit is contained in:
Michael Francis 2024-09-11 18:34:47 +01:00
parent 6c4f9e0ccc
commit 88400f1be2
1 changed files with 2 additions and 1 deletions

View File

@ -26,9 +26,10 @@ jobs:
export KIND_EXPERIMENTAL_DOCKER_NETWORK=${{ job.container.network }} export KIND_EXPERIMENTAL_DOCKER_NETWORK=${{ job.container.network }}
kind create cluster \ kind create cluster \
--name ${{ github.run_id }} \
--kubeconfig $KUBECONFIG \ --kubeconfig $KUBECONFIG \
--config=./kind/kind-config-ci.yaml --config=./kind/kind-config-ci.yaml
kubectl config set-cluster kind-something --server=https://kind-control-plane:6443 kubectl config set-cluster kind- --server=https://kind-control-plane:6443
kubectl apply -f manifests/example.yaml --validate=false kubectl apply -f manifests/example.yaml --validate=false
tilt ci tilt ci