WIP, fixing networking?
Tests / test (push) Failing after 2m0s Details
Tests / test (pull_request) Failing after 1m47s Details

This commit is contained in:
Michael Francis 2024-09-11 17:48:05 +01:00
parent a1f0eb2b9f
commit d56ddfe8a6
1 changed files with 10 additions and 2 deletions

View File

@ -19,5 +19,13 @@ jobs:
uses: helm/kind-action@v1 uses: helm/kind-action@v1
- name: Run the tests - name: Run the tests
run: | run: |
export KUBECONFIG=$HOME/.kube/config # if not already set
export KIND_EXPERIMENTAL_DOCKER_NETWORK=${{ job.container.network }}
kind create cluster \
--kubeconfig $KUBECONFIG \
--config=./kind-config.yaml
kubectl config set-cluster kind-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