From e089c389b461e0fbd110b7b27695a7f5a58d040d 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 | 6 ++++++ versioned_docs/version-1.11/plugins/ai-assistant.mdx | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/docs/plugins/ai-assistant.mdx b/docs/plugins/ai-assistant.mdx index 5ba66c37..a6d31dab 100644 --- a/docs/plugins/ai-assistant.mdx +++ b/docs/plugins/ai-assistant.mdx @@ -25,6 +25,7 @@ The plugin provides the following features: - Agent status and configuration, - the latest Botkube documentation and other Botkube content. - Keeping conversation context in the message threads. +- Kubernetes cluster scan. ## Get started @@ -69,6 +70,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. diff --git a/versioned_docs/version-1.11/plugins/ai-assistant.mdx b/versioned_docs/version-1.11/plugins/ai-assistant.mdx index 5ba66c37..a6d31dab 100644 --- a/versioned_docs/version-1.11/plugins/ai-assistant.mdx +++ b/versioned_docs/version-1.11/plugins/ai-assistant.mdx @@ -25,6 +25,7 @@ The plugin provides the following features: - Agent status and configuration, - the latest Botkube documentation and other Botkube content. - Keeping conversation context in the message threads. +- Kubernetes cluster scan. ## Get started @@ -69,6 +70,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.