WIP, fixing networking?
This commit is contained in:
parent
a1f0eb2b9f
commit
d56ddfe8a6
|
@ -19,5 +19,13 @@ jobs:
|
|||
uses: helm/kind-action@v1
|
||||
- name: Run the tests
|
||||
run: |
|
||||
kubectl apply -f manifests/example.yaml --validate=false
|
||||
tilt ci
|
||||
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
|
||||
tilt ci
|
||||
|
|
Loading…
Reference in New Issue