-
Notifications
You must be signed in to change notification settings - Fork 295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract plugins and delete legacy platforms #1390
Conversation
a9f9293
to
b302913
Compare
I'll revert all "FIXME" places before merge 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job! I trust the CI, just checked the code, LGTM 👍
@@ -60,23 +60,6 @@ rbac: | |||
- apiGroups: ["*"] | |||
resources: ["*"] | |||
verbs: ["get", "watch", "list"] | |||
'argocd': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we move all those removed configurations to the docs as examples? Since we now have a YAML config editor, it will be easy to copy them over after configuring them through the UI.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, good idea. As a part of the documentation task I'll update:
- instructions how to create RBAC group
- examples for plugin configuration
👍
80edb36
to
1b688fb
Compare
Description
Changes proposed in this pull request:
kubectl
andkubernetes
, and the test onesReason
Botkube is introducing new plugins with advanced functionality that will be part of the Botkube Team and Enterprise packages. These advanced plugins require cloud services provided by Botkube and are not part of the Botkube open source software.
As part of this change, some of the existing Botkube plugins are being moved to a new repository. This repository requires authentication with a Botkube account. To continue using these Botkube plugins, create an account at https://app.botkube.io/ and configure a Botkube instance, or migrate an existing installation with the Botkube CLI.