Skip to content

Commit

Permalink
gh: update removed --loglevel option for kind
Browse files Browse the repository at this point in the history
Renovate pulled in an upgrade for the `kind` dependency with
cilium#36757. The new kind version removed
the --loglevel option, which has been superseded by --verbosity.

Adjust the affected workflows.

Signed-off-by: Julian Wiedmann <[email protected]>
  • Loading branch information
julianwiedmann committed Jan 10, 2025
1 parent 6f137bd commit 2b61fd7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ jobs:
kubectl get pods --all-namespaces -o wide
cilium status
cilium sysdump --output-filename cilium-sysdump-final
/usr/local/bin/kind export logs --name ${{ env.cluster_name }} --loglevel=debug ./_artifacts/logs
/usr/local/bin/kind export logs --name ${{ env.cluster_name }} --verbosity=3 ./_artifacts/logs
shell: bash {0} # Disable default fail-fast behaviour so that all commands run independently

- name: Upload artifacts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conformance-k8s-kind.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
kubectl get pods --all-namespaces -o wide
cilium status
cilium sysdump --output-filename cilium-sysdump-final
/usr/local/bin/kind export logs --name ${{ env.cluster_name }} --loglevel=debug ./_artifacts/logs
/usr/local/bin/kind export logs --name ${{ env.cluster_name }} --verbosity=3 ./_artifacts/logs
shell: bash {0} # Disable default fail-fast behaviour so that all commands run independently

- name: Upload artifacts
Expand Down

0 comments on commit 2b61fd7

Please sign in to comment.