maybe fix the network
This commit is contained in:
parent
a365b32063
commit
228fe10ae8
|
@ -18,17 +18,17 @@ jobs:
|
||||||
- name: Create k8s Kind Cluster
|
- name: Create k8s Kind Cluster
|
||||||
uses: helm/kind-action@v1
|
uses: helm/kind-action@v1
|
||||||
with:
|
with:
|
||||||
name: kind
|
install_only: true
|
||||||
wait: 90s
|
|
||||||
|
|
||||||
- name: Run the tests
|
- name: Run the tests
|
||||||
run: |
|
run: |
|
||||||
# export KIND_EXPERIMENTAL_DOCKER_NETWORK=${{ job.container.network }}
|
echo ${{ job.container.network }}
|
||||||
|
export KIND_EXPERIMENTAL_DOCKER_NETWORK=${{ job.container.network }}
|
||||||
|
|
||||||
# kind create cluster \
|
kind create cluster \
|
||||||
# --kubeconfig $KUBECONFIG \
|
--kubeconfig $KUBECONFIG \
|
||||||
# --config=./kind/kind-config-ci.yaml
|
--config=./kind/kind-config-ci.yaml
|
||||||
|
|
||||||
# kubectl config set-cluster kind-kind --server=https://kind-control-plane:6443
|
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
|
||||||
|
|
Loading…
Reference in New Issue