trying something different
Tests / test (pull_request) Failing after 1m45s
Details
Tests / test (pull_request) Failing after 1m45s
Details
This commit is contained in:
parent
b79fc62599
commit
eb443e0f1b
|
@ -21,15 +21,6 @@ jobs:
|
||||||
uses: helm/kind-action@v1
|
uses: helm/kind-action@v1
|
||||||
- name: Run the tests
|
- name: Run the tests
|
||||||
run: |
|
run: |
|
||||||
echo ${{ job.container.network }}
|
kubectl apply -f manifests/deployment.yaml
|
||||||
export KIND_EXPERIMENTAL_DOCKER_NETWORK=${{ job.container.network }}
|
|
||||||
|
|
||||||
kind create cluster \
|
|
||||||
--name ${{ github.run_id }} \
|
|
||||||
--kubeconfig $KUBECONFIG \
|
|
||||||
--config=./kind/kind-config-ci.yaml
|
|
||||||
|
|
||||||
kubectl cluster-info --context kind-19 --kubeconfig --config=./kind/kind-config-ci.yaml
|
|
||||||
kubectl config set-cluster kind-${{ github.run_id }} --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
|
||||||
|
|
Loading…
Reference in New Issue