Skip to content

Commit

Permalink
liqoctl info in diagnose
Browse files Browse the repository at this point in the history
  • Loading branch information
cheina97 committed Nov 5, 2024
1 parent 373dc94 commit 8119e3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/e2e/pipeline/diagnostic/diagnose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ do
echo "Available Nodes"
echo "|------------------------------------------------------------|"
${KUBECTL} get no -o wide --show-labels
echo "Liqo local status"
echo "Liqo local info"
echo "|------------------------------------------------------------|"
${LIQOCTL} status --verbose
echo "Liqo peerings statuses"
${LIQOCTL} info --verbose
echo "Liqo peerings info"
echo "|------------------------------------------------------------|"
${LIQOCTL} status peer --verbose
${LIQOCTL} info peer --verbose
done;

0 comments on commit 8119e3f

Please sign in to comment.