Skip to content

Draft: Fix debug-on-exit.sh for interactive use

Gwenael Lambrouin requested to merge gl/fix-debug-on-exit-interactive into main

What does this MR do and why?

Improve the debug-on-exit.sh script for interactive use, i.e. to run it manually outside of the CI context

Fixes the issue that the script does not work interactively anymore now that the bootstrap cluster is deleted after the installation of the management cluster

Related reference(s)

Test coverage

Manual tests: run the script interactively from the bootstrap VM in the following setups:

  • bootstrap cluster and failed management cluster install
  • management cluster deployed
  • management cluster deployed and failed workload cluster install
  • workload cluster deployed

Test in CI:

  • TBD
Edited by Gwenael Lambrouin

Merge request reports