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
Hey, i'm trying to setup the chart exposing the webhook accordingly the values.yaml, but basically, my n8n-webhook deployment still in a CrashLoopBackOff, but I don't have any insight in how to debug it, even because there's no log (with N8N_LOG_LEVEL env being info).
Also, the output of my describe didn't add anything useful:
│ Events: │
│ Type Reason Age From Message │
│ ---- ------ ---- ---- ------- │
│ Normal Scheduled 40m default-scheduler Successfully assigned n8n/n8n-webhook-5bc6fd8477-lnv5z to k8s-worker-1 │
│ Normal Pulled 38m (x5 over 40m) kubelet Container image "n8nio/n8n:1.83.0" already present on machine │
│ Normal Created 38m (x5 over 40m) kubelet Created container: n8n-webhook │
│ Normal Started 38m (x5 over 40m) kubelet Started container n8n-webhook │
│ Warning BackOff 46s (x190 over 40m) kubelet Back-off restarting failed container n8n-webhook in pod n8n-webhook-5bc6fd8477-lnv5z_n8n(9ce6225f-f703-457a-8915-914936e47 │
│ 392)
I added the host being the ClusterIP assigned to my n8n main deployment. Any idea why exactly it still being on a CrashLoopBackOff? Or at least how could I better debug it?
The text was updated successfully, but these errors were encountered:
Hey, i'm trying to setup the chart exposing the webhook accordingly the
values.yaml
, but basically, myn8n-webhook
deployment still in a CrashLoopBackOff, but I don't have any insight in how to debug it, even because there's no log (withN8N_LOG_LEVEL
env beinginfo
).Also, the output of my
describe
didn't add anything useful:My current values are:
I added the
host
being theClusterIP
assigned to myn8n
main deployment. Any idea why exactly it still being on a CrashLoopBackOff? Or at least how could I better debug it?The text was updated successfully, but these errors were encountered: