We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7645c32 commit 4cc9993Copy full SHA for 4cc9993
README.md
@@ -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