Compare commits

..

No commits in common. "a365b32063d4946b9ce015c6de470c9935177137" and "28442ade62c2ad95aebde5e8c8612e4579be4f6f" have entirely different histories.

2 changed files with 7 additions and 16 deletions

View File

@ -17,18 +17,14 @@ jobs:
tilt: "v0.33.20"
- name: Create k8s Kind Cluster
uses: helm/kind-action@v1
with:
name: kind
wait: 90s
- name: Run the tests
run: |
# export KIND_EXPERIMENTAL_DOCKER_NETWORK=${{ job.container.network }}
export KIND_EXPERIMENTAL_DOCKER_NETWORK=${{ job.container.network }}
# kind create cluster \
# --kubeconfig $KUBECONFIG \
# --config=./kind/kind-config-ci.yaml
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
kubectl config set-cluster kind-kind --server=https://kind-control-plane:6443
kubectl apply -f manifests/example.yaml --validate=false
tilt ci

View File

@ -1,5 +0,0 @@
kind: Cluster
apiVersion: kind.x-k8s.io/v1alpha4
networking:
apiServerAddress: "127.0.0.1"
apiServerPort: 6443