Skip to content

Commit

Permalink
DO-NOT-MERGE - dump LH pod log
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Pantelis <[email protected]>
  • Loading branch information
tpantelis committed Sep 27, 2024
1 parent 52e3225 commit 0f46fce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/shared/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -173,3 +173,8 @@ run_if_defined post_deploy
# Print installed versions for manual validation of CI
subctl show versions
print_clusters_message

if [[ "$USE_CLUSTERSET_IP" = true ]]; then
pod=$(kubectl get pods --selector="app=submariner-lighthouse-agent" -n "submariner-operator" -o jsonpath='{.items[*].metadata.name}')
kubectl -n "submariner-operator" logs "$pod"
fi

0 comments on commit 0f46fce

Please sign in to comment.