CI: debug-on-exit.sh improvements

add to debug-on-exit.sh:

  • debug-on-exit.sh: dump 'clusterctl describe'
  • include details on Secrets (except data of course, and annotations as well because there are sometimes "last-applied" annotations which contain secret data)
  • mkdir the dump dir before calling kubectl cluster-info dump, because we've seen cases where kubectl cluster-info dump was failing and hence not creating the dir, preventing other commands to dump
  • avoid dumping information about Secrets in the console output
  • add --show-managed-fields to kubectl cluster-info dump
  • more ExternalSecret operator resources
Edited by Thomas Morin

Merge request reports

Loading