Skip to content

Commit 24ce35a

Browse files
committed
add linter fixes
1 parent 6880983 commit 24ce35a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/self-managed/operational-guides/troubleshooting/diagnostics.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
id: diagnostics
33
title: "Diagnostics"
44
sidebar_label: "Diagnostics"
5-
description: "Get diagnostics and logs from a helm chart deployment."
5+
description: "Get diagnostics and logs from a Helm chart deployment."
66
---
77

88
## Diagnostics collection script
99

10-
This script automates the process of gathering logs and diagnostics from a Camunda Helm Chart deployment running in a Kubernetes cluster. It collects all relevant information—including pod logs, events, and resource details—into a single directory, and outputs it in a .zip file to make it easy sharing these information with the Camunda Support team.
10+
This script automates the process of gathering logs and diagnostics from a Camunda Helm chart deployment running in a Kubernetes cluster. It collects all relevant information—including pod logs, events, and resource details—into a single directory, and outputs it in a .zip file to make it easy sharing these information with the Camunda Support team.
1111

1212
### What the script collects
1313

@@ -24,15 +24,15 @@ The script outputs the following data from your namespace and creates a :
2424

2525
1. Save the script below as e.g. `camunda-collect-diagnostics.sh`.
2626
2. Replace <NAMESPACE> with the namespace of your Camunda deployment
27-
4. Make the script executable.
28-
```bash
29-
chmod +x camunda-collect-diagnostics.sh
30-
```
31-
5. Run the script.
32-
```bash
33-
./camunda-collect-diagnostics.sh
34-
```
35-
6. Share the archive with Camunda Support
27+
3. Make the script executable.
28+
```bash
29+
chmod +x camunda-collect-diagnostics.sh
30+
```
31+
4. Run the script.
32+
```bash
33+
./camunda-collect-diagnostics.sh
34+
```
35+
5. Share the generated `.zip` archive with Camunda Support
3636

3737
### Diagnostic collection script
3838

0 commit comments

Comments
 (0)