Merge Ci test branch fixes #717

Merged
telackey merged 67 commits from ci-test into main 2024-01-30 18:18:08 +00:00
Showing only changes of commit 1520f7413d - Show all commits

View File

@ -52,4 +52,8 @@ jobs:
- 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
continue-on-error: true
run: kind create cluster --retain
- name: "Get Kind Logs"
continue-on-error: true
run: docker logs kind-control-plane