-
Notifications
You must be signed in to change notification settings - Fork 207
add diagnosis script #5683
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add diagnosis script #5683
Conversation
👋 🤖 ✅ Looks like the changes were ported across versions, nice job! 🎉 You can read more about the versioning within our docs in our documentation guidelines. |
docs/self-managed/operational-guides/troubleshooting/diagnostics.md
Outdated
Show resolved
Hide resolved
24ce35a
to
dd43517
Compare
docs/self-managed/operational-guides/troubleshooting/diagnostics.md
Outdated
Show resolved
Hide resolved
docs/self-managed/operational-guides/troubleshooting/diagnostics.md
Outdated
Show resolved
Hide resolved
docs/self-managed/operational-guides/troubleshooting/diagnostics.md
Outdated
Show resolved
Hide resolved
7aeaec3
to
53dc549
Compare
@hisImminence I added the |
53dc549
to
ada7984
Compare
Hi @hisImminence , Looks good in general, thanks! I noticed that if a Pod has been restarted, then the logic that iterates over nodes will incorrectly pick up the restart date as a node name. For example, in the following scenario:
Then "2d21h" will be picked up as a node name. Script output:
|
05bbba8
to
17d0a03
Compare
Great catch! I fixed it using also the columns name directly --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm good with these changes / tried them locally.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved! Just a few comments/suggestions 🚀
docs/self-managed/operational-guides/troubleshooting/diagnostics.md
Outdated
Show resolved
Hide resolved
docs/self-managed/operational-guides/troubleshooting/diagnostics.md
Outdated
Show resolved
Hide resolved
docs/self-managed/operational-guides/troubleshooting/diagnostics.md
Outdated
Show resolved
Hide resolved
docs/self-managed/operational-guides/troubleshooting/diagnostics.md
Outdated
Show resolved
Hide resolved
…cs.md Co-authored-by: Mark Sellings <[email protected]>
0deb7dc
…cs.md Co-authored-by: Mark Sellings <[email protected]>
…cs.md Co-authored-by: Mark Sellings <[email protected]>
…cs.md Co-authored-by: Mark Sellings <[email protected]>
Super! Thank you @mesellings - all your reviews made sense to me :) |
p.s. need one more review to get the merging unblocked |
🧹 Preview environment for this PR has been torn down. |
Description
closes https://github.com/camunda/team-distribution/issues/495
This script automates the collection of logs and diagnostics from a Camunda Helm Chart deployment in a Kubernetes cluster. It gathers relevant information from the specified namespace and outputs it in a .zip file for easy sharing with the Camunda Support team.
Once this change is approved, I will backport it to the other versions.
Example output file: camunda-diagnostics-logs-20250501-082547.zip
Terminal output:
When should this change go live?
bug
orsupport
label)available & undocumented
label)hold
label)low prio
label)PR Checklist
/docs
directory (version 8.8)./versioned_docs
directory.@camunda/tech-writers
unless working with an embedded writer.