Skip to content

Commit

Permalink
remove loglevel deprecated flag from kind
Browse files Browse the repository at this point in the history
Change-Id: I70ee86db638ab001b92a8ca5ebfe5f01a29893b6
  • Loading branch information
aojea committed Dec 18, 2024
1 parent 39d9153 commit f9a6500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/k8s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Export logs
if: always()
run: |
/usr/local/bin/kind export logs --name ${{ env.KIND_CLUSTER_NAME}} --loglevel=debug ./_artifacts/logs
/usr/local/bin/kind export logs --name ${{ env.KIND_CLUSTER_NAME}} ./_artifacts/logs
cp ./_artifacts/ccm-kind.log ./_artifacts/logs
cp ./_artifacts/loadbalancers/* ./_artifacts/logs
Expand Down

0 comments on commit f9a6500

Please sign in to comment.