-
Notifications
You must be signed in to change notification settings - Fork 45
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
brig error on deploy wire-server #261
Comments
Hello @maaaaaaav, sometimes while pods are in crash loop, the logs can be from just before it crashed. The logs that you've added don't look like failure. Can you please check the logs of a couple of times again see if there is anything new? |
I had the same issue especially when trying to configure own smtp server using #266. Below are the warnings and failure messages inside kubectl describe pod.
|
@ramesh8830 Do you also see nothing interesting in |
Nothing there in the I am also getting same log @maaaaaaav reported in his post showing all cassandra nodes.
|
This indicates that brig is taking some time to come up and K8s is not patient enough for that. Usually brig prints a line like this when it starts listening on the port:
I would make sure that the pod is getting enough CPU/RAM. And if that is the case, I would bump up the logging in brig to |
Its has enough CPU/RAM. It happens only when we use user name password for SMTP configuration other than demo credentials. If I use demo credentials for smtp then brig pods running successfully. |
Hi there,
thanks again for all the help and assistance.
Currently trying to deploy wire-server using helm; everything is working fine except for when the brig kubes are stopping on CrashLoopBackOff
When i pull the logs, this is all I get:
those are the correct IPs for my three cassandra nodes and they seem to be up fine. I'm using cassandra-external to point them there.
any guidance as to what I should upload to help with this would be much appreciated too.
Thanks!
The text was updated successfully, but these errors were encountered: