CrashLoopBackOff error when running worker-app-pod

One ore thing i can’t see you are making any changes to worker node pod, which is where i am facing the issue.

Because the worker can’t authenticate with the postgress service so we update the postgress YAML file to make the authentication works correctly and avoid falling into a loop.

4 Likes

Because the worker can’t authenticate with the postgress service so we update the postgress YAML file to make the authentication works correctly and avoid falling into a loop.

great now it is working. But how to diagnose this issue like the pod which is giving error is not having the issue and the other pod which is running fine is causing the issue.

Thanks, this works now after making this change

1 Like

all pods are runing well.
check this github repo

Thank you !!! this fixed the issue

2 Likes

Adding this to the postgres-pod.yaml file fixed the issue for me as well.