Skip to content

Commit 4cc9993

Browse files
committed
add readme
1 parent 7645c32 commit 4cc9993

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Diff for: README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Anomalo Diagnostics
2+
3+
This repository contains diagnostic tools for Anomalo.
4+
5+
## Kubernetes
6+
7+
If your Anomalo installation is running in Kubernetes, you can use the following commands to diagnose issues with your Customer Success team.
8+
9+
### Usage
10+
11+
```
12+
curl https://raw.githubusercontent.com/datagravity-ai/diagnostics/main/kubernetes/generate-diag.sh -o generate-diag.sh && chmod +x generate-diag.sh && ./generate-diag.sh
13+
```
14+
15+
Will generate a zip of diagnostic information in the current directory.

0 commit comments

Comments
 (0)