Skip to content

Commit

Permalink
Add logs before uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiolor committed Feb 4, 2025
1 parent 06434f0 commit 6bb3540
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/e2e/pipeline/installer/liqoctl/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ sleep 3
for i in $(seq 1 "${CLUSTER_NUMBER}");
do
export KUBECONFIG="${TMPDIR}/kubeconfigs/liqo_kubeconf_${i}"
sleep 1
echo "CONTROLLER MANAGER LOGS"
"${KUBECTL}" logs -n liqo deployments/liqo-controller-manager
"${LIQOCTL}" uninstall --purge --skip-confirm
wait_for_crds
done;

0 comments on commit 6bb3540

Please sign in to comment.