Add CI script for k8s deployment test (#705)

This commit is contained in:
2024-01-16 16:16:07 -07:00
committed by GitHub
parent 1f9653e6f7
commit 90cebdb7a6
3 changed files with 16 additions and 9 deletions
+6 -9
View File
@@ -44,12 +44,9 @@ jobs:
- name: Start dockerd # Also needed until we can incorporate into the executor
run: |
dockerd -H $DOCKER_HOST --userland-proxy=false &
sleep 5
- name: "Install Go"
uses: actions/setup-go@v4
with:
go-version: '1.21'
- name: "Install Kind"
run: go install sigs.k8s.io/kind@v0.20.0
- name: "Debug Kind"
run: kind create cluster --retain && docker logs kind-control-plane
- name: "Install kind"
run: ./tests/scripts/install-kind.sh
- name: "Install Kubectl"
run: ./tests/scripts/install-kubectl.sh
- name: "Run k8s deployment test"
run: ./tests/k8s-deploy/run-deploy-test.sh