Skip to content
This repository has been archived by the owner on Dec 16, 2024. It is now read-only.

Commit

Permalink
e2e: Add extra logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mikenairn committed Mar 13, 2024
1 parent 56e885a commit b4e837d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,5 @@ jobs:
if: ${{ failure() }}
run: |
kubectl get deployments -A
kubectl --context kind-mgc-control-plane logs --all-containers --ignore-errors deployment/mgc-controller-manager -n multicluster-gateway-controller-system
kubectl --context kind-mgc-control-plane logs --all-containers --ignore-errors deployment/mgc-controller-manager -n multicluster-gateway-controller-system
kubectl --context kind-mgc-control-plane logs --all-containers --ignore-errors deployment/dns-operator-controller-manager -n kuadrant-system

0 comments on commit b4e837d

Please sign in to comment.