For some reason the POST request in the sign up ca...
# ory-selfhosting
b
For some reason the POST request in the sign up caused my Kratos instance to silently crash. The logs show it receives the request, then the pod goes down without any notice. Bit hard to debug without any logs. Any ideas what might be going on?
Likely some misconfiguration but I'm not sure
r
you on
trace
already? it's very noisy but should help
b
I have log.level set to trace, but it's not noisy so I'm not sure
Is that related to the distributed tracing setup (jaeger etc.) or not?
r
no, i meant
log_level
not the traces
but generally, kratos should tell you loads and loads when that is enabled
do you see why the pod terminated? or did it "just" crash?
(look at kubernetes events for your namespace)
b
Oh wait, after observing it, it gets
OOMKILLED
, that's not Kratos related haha
👍 1
🗡️ 1