-
Notifications
You must be signed in to change notification settings - Fork 290
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
[Mattermost] Bot stop responding to commands after a while #201
Comments
@shahbour could you please post the settings section in the configuration? (Make sure you remove sensitive info before posting) |
Below is dump of the config map , i just used the default
|
@shahbour Which version of k8s you are using? You can make logs more verbose by setting |
Ok i will try that , i am using version 1.16 |
I did update to logLevel=debug and i am seeing the debug logs
now it stopped replying to my commands and nothing in logs? Does it support trace or any log message that confirm message is received ? |
I am assuming the Pod doesn't get crashed or restarted, right? |
no it does not , If i do delete the pod it work perfectly for some time .
as you can see restart is 0 |
@shahbour have you setup Mattermost integration with self signed certs or without TLS? |
I don't recall , how can I check ? |
for Mattermost I use certificate from lets encrypt |
I see you have also set ssl.enabled=true in config.
Can you just verify once is there a secret named |
i don't have |
Could you please share the |
This is the values.yaml I am using
|
You have set |
sorry for late reply , yes ssl enabled was true in config map , I don't
recall how is it set as in the values.yaml it is not .
…On Fri, Nov 8, 2019 at 3:43 PM Prasad Ghangal ***@***.***> wrote:
You have set ssl.enabled=true in the config you posted earlier. Can you
please confirm that
#201 (comment)
<#201 (comment)>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#201>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAOOJ6BYP23UWLB6RRIGMPDQSVUHDANCNFSM4JBGOHHA>
.
--
Ali Shahbour
|
I am able to reproduce the issue @shahbour . Thanks for reporting |
Describe the bug
I did install botkube in kubernetes and configure it to work with Mattermost .
Every thing is good and working but after a while bot stop responding to commands to ping does not return any pong neither any command but I still receive the notification.
Deleting the pod so it is recreated fix every thing for a while
Logs does not show any thing , how can I increase the verbosity of the logs to see what is going on .
The text was updated successfully, but these errors were encountered: