cli icon indicating copy to clipboard operation
cli copied to clipboard

Expand must-gather to better cover dependencies

Open durera opened this issue 2 years ago • 0 comments

Standard k8s resources from the "well known" namespaces should be included if the namespaces are present:

  • db2u
  • ibm-common-services
  • ibm-cpd
  • ibm-cpd-operators
  • amq-streams
  • strimzi
  • mongoce

Often we have to debug issues with out dependencies, and the summary information is only enough to know if they are healthy or not, we can't see why they aren't healthy from the current must-gather.

For db2:

oc get formations.db2u.databases.ibm.com ${DB2UCLUSTER_ID} -n ${NAMESPACE} -o go-template='' | column -s, -t

durera avatar Oct 19 '23 20:10 durera