We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,there! Can we enter the node through exec to view some information or execute some scripts ? Thank you!
The text was updated successfully, but these errors were encountered:
Hi as a part of #841 and #675 you will be able to easily attach a ServiceAccount with a dedicated rule that will allow you to run exec on nodes, e.g.:
exec
kind: Role apiVersion: rbac.authorization.k8s.io/v1 metadata: namespace: default name: exec rules: - apiGroups: [""] resources: ["exec/exec"] verbs: ["create"]
in older Botkube versions, you can adjust the main rbac.rules in values.yaml
rbac.rules
botkube/helm/botkube/values.yaml
Lines 45 to 48 in 699b967
Sorry, something went wrong.
No branches or pull requests
Hello,there! Can we enter the node through exec to view some information or execute some scripts ? Thank you!
The text was updated successfully, but these errors were encountered: