-
Notifications
You must be signed in to change notification settings - Fork 292
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
[BUG] bokube slack kubectl command gets "Invalid request. Dumping the response" #293
Comments
@aavileli have you enabled kubectl command execution? Could you please share |
Hi @PrasadG193 in the above debug output from container I can see the slack command is received Here is the settings from the configmap botkube-configmap
|
Can you please tell me how did you install BotKube? Are you following instructions from https://www.botkube.io/installation/? The configuration you provided is for development version of BotKube. |
I used helm install instructions from the website and made a copy of the values file from here helm install --version v0.10.0 botkube --namespace ashtest --values ./customconfig.yaml infracloudio/botkube |
tried got the same result
|
ok figured it out based on the code
In slack, you can subscribe bots to many channels this was getting set to false as the channel is not in the config field channel. Thanks for your help |
version botkube-v0.10.0
The text was updated successfully, but these errors were encountered: