You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Installed Slack App in a channel, ran the kubernetes deploy both via kubectl apply and helm (same issue), the bot is in the channel, it sends notifications, it responds to ping but does not respond to any other command.
A look at the logs from the backend pod shows: INFO[2019-04-30T18:49:54Z] Invalid request. Dumping the response
To Reproduce
Steps to reproduce the behavior:
Follow installation instructions using a Kubernetes 1.14.1 cluster
Try to do a @BotKube get pods
Expected behavior
Expected the bot respond with something.
Screenshots
Additional context
Kubernetes 1.14.1 cluster running in bare metal. Private Slack team
The text was updated successfully, but these errors were encountered:
Hi @malozanoff ,
I tried to reproduce the issue with BotKube v0.7.0 and K8s v1.14.1 on minikube. I didn't find any issue while executing any commands. I am passing --set config.communications.slack.channel=alerts where alerts is a private channel and I have already invited BotKube on that channel. Could you please tell me, what channel name you are using (i.e format of channel name)? Also, could you please send the content of configmap botkube-configmap in botkube namespace?
Describe the bug
Installed Slack App in a channel, ran the kubernetes deploy both via kubectl apply and helm (same issue), the bot is in the channel, it sends notifications, it responds to ping but does not respond to any other command.
A look at the logs from the backend pod shows:
INFO[2019-04-30T18:49:54Z] Invalid request. Dumping the response
To Reproduce
Steps to reproduce the behavior:
@BotKube get pods
Expected behavior
Expected the bot respond with something.
Screenshots
Additional context
Kubernetes 1.14.1 cluster running in bare metal. Private Slack team
The text was updated successfully, but these errors were encountered: