Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CSMDS-315: Extend report.sh with Kafka custom resource dump (strimzi#22)
CSMDS-321: Dump all Kafka resources in report.sh (strimzi#24) CSMDS-329: Add all topic describe to report.sh (strimzi#37) CSMDS-420: Fix report.sh to not fail when Kafka resource is being deleted during script run (strimzi#39) CSMDS-317: Add java_thread_dump.sh to dump Java threads of all containers o… (strimzi#23) CSMDS-445: Make cluster arg optional in report.sh (strimzi#47) This will allow using report.sh on a namespace which only contains a cluster operator. CSMDS-433: Fix getting a ready kafka broker pod with kubectl when describing topics (strimzi#48) The head command will immediately return with first line and if kubectl writes anything to stdout after that, there will be nobody to receive it on the right side of the pipe. Because of that, the command will fail with error code 141. CSMDS-450: Get events with -o wide flag in report.sh script (strimzi#51) CSMDS-458: Update report.sh to be cluster-wide (strimzi#54) To get a proper diagnostic bundle from a cluster, report.sh should be changed to dump all information. This simplifies the process (should only be called once), and also makes sure that everything needed gets captured for diagnosing issues. CSMDS-444: Dump license JSON in report.sh (strimzi#56) CSMDS-444: Use secret.data to capture license content (strimzi#73) MINOR: Allow report.sh to continue when a resource disappears (strimzi#74) CSMDS-418: Fix local build issues (strimzi#58) CSMDS-514: remove --request-timeout flag where it is buggy (strimzi#129) CSMDS-600: report.sh fails to collect multiple replicasets (strimzi#149) CSMDS-601: Don't export property files when using report.sh (strimzi#151) CSMDS-388: Extend report.sh to dump all Kafka Connect CRs and KConnect status (strimzi#150) CSMDS-598: Tolerating not found entities in report.sh (strimzi#162) It could happen that between listing by type and the actual retrieval of an entity, the entity is being deleted. CSMDS-637: Add k8s version to report.sh (strimzi#167) CSMDS-588: Collect kafka-log-dirs output in report.sh (strimzi#172) CSMDS-815: Add cluster ID and pod top to report.sh (strimzi#201) CSMDS-803: Dump additional volumes in report.sh (strimzi#203)
- Loading branch information