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.
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
all pods are runing well.
check this github repo
Thank you !!! this fixed the issue
Adding this to the postgres-pod.yaml file fixed the issue for me as well.
If you are still facing this issue after adding “POSTGRES_HOST_AUTH_METHOD”
Most likely you created your deployment or POD YAML yourself by following udemy instructions … please note that image for result-app is changed to
dockersamples/examplevotingapp_result
I spent too much time to figure this small thing out … save yours