Skip to content

Commit

Permalink
Update the docs to deprecate doctor plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vaijab committed May 17, 2024
1 parent aa721c7 commit a01e119
Show file tree
Hide file tree
Showing 10 changed files with 208 additions and 305 deletions.
55 changes: 0 additions & 55 deletions docs/configuration/executor/doctor.md

This file was deleted.

4 changes: 2 additions & 2 deletions docs/configuration/source/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,8 +436,8 @@ extraButtons:
trigger:
type: ["error"]
button:
displayName: "Get Help"
commandTpl: "doctor --resource={{ .Kind | lower }}/{{ .Name }} --namespace={{ .Namespace }} --error={{ .Reason }} --bk-cmd-header='AI assistance'"
displayName: "Describe"
commandTpl: "kubectl describe {{ Kind | lower }}{{ if .Namespace }} -n {{ .Namespace }}{{ end }} {{ .Name }}"
# Logger configuration
log:
level: info
Expand Down
1 change: 0 additions & 1 deletion docs/examples-and-tutorials/integrations/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ sidebar_position: 4
## Executor Plugins

- [Kubectl](https://docs.botkube.io/usage/executor/kubectl): Easily execute Kubernetes commands in your channels with Botkube's Kubectl integration.
- [Open AI](https://botkube.io/integration/chatgpt-botkube-kubernetes-integration): Harness the power of Open AI with Botkube's Doctor plugin for intelligent interactions and enhanced automation in your Kubernetes environment.
- [Helm](https://botkube.io/integration/helm): Manage Helm deployments and releases seamlessly with Botkube's Helm plugin.
- [Flux](https://botkube.io/integration/botkube-flux-kubernetes-integration): Use Botkube for GitOps operations with the Flux plugin.
- [Exec](https://botkube.io/integration/custom-executor-plugin): Connecting your own plugin for a tailored Kubernetes workflow with Botkube's exec plugin.
1 change: 0 additions & 1 deletion docs/examples-and-tutorials/tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ sidebar_position: 2
### Executor Plugins

- [Kubectl Plugin Usage](https://botkube.io/learn/kubectl-cheat-sheet): Utilize Botkube's integration with Kubectl for executing Kubernetes commands conveniently.
- [Open AI Integration](https://botkube.io/blog/doctor-plug-in-tutorial): Integrate Open AI with Botkube for intelligent automation and enhanced interactions within Kubernetes environments.
- [Helm Plugin Setup](https://botkube.io/learn/helm-charts): Seamlessly manage Helm deployments and releases with Botkube's Helm integration.
- [Flux Plugin Configuration](https://botkube.io/blog/streamlining-gitops-with-the-botkube-flux-plugin): Set up and configure Botkube's Flux plugin for automated deployment and synchronization of Kubernetes resources.
- [Custom Executor Plugin Development](https://botkube.io/integration/custom-executor-plugin): Develop and integrate custom executor plugins with Botkube for tailored Kubernetes operations.
Expand Down
32 changes: 0 additions & 32 deletions docs/usage/executor/doctor.md

This file was deleted.

Loading

0 comments on commit a01e119

Please sign in to comment.