From b01b20befd99d9046d69ed4908b6fb5329c7ec69 Mon Sep 17 00:00:00 2001 From: Vaidas Jablonskis Date: Tue, 28 May 2024 09:49:59 +0300 Subject: [PATCH] docs: add ai scan command for cluster scan --- docs/plugins/ai-assistant.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/plugins/ai-assistant.mdx b/docs/plugins/ai-assistant.mdx index 5ba66c37..320e4568 100644 --- a/docs/plugins/ai-assistant.mdx +++ b/docs/plugins/ai-assistant.mdx @@ -69,6 +69,11 @@ Here are a few examples to get you started: - `@Botkube ai what Botkube plugins are available to install? List all of them with one sentence description and link to the docs.` - `@Botkube ai who's the Botkube maintainer?` +### AI cluster scan + +The assistant can help you troubleshoot the Kubernetes cluster by performing a cluster-wide scan for any potential issues, +such as failing pods, high resource usage, or any other anomalies. To start the scan, use the `@Botkube ai scan` command. + ## Configuration Currently, the AI plugin doesn't have any configuration options.