Skip to content
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

worker pod #2

Open
smadi98 opened this issue Oct 29, 2022 · 9 comments
Open

worker pod #2

smadi98 opened this issue Oct 29, 2022 · 9 comments

Comments

@smadi98
Copy link

smadi98 commented Oct 29, 2022

Dear @mmumshad,
Kindly note that when I tried to create the worker pod I faced the issue of the status being stuck on the CrashLoopBackOff so I read the logs for the pod and those are the logs:
image
Note: I tried to run the image alone by the docker and I faced the same issue.
Please advice dear
Best Regards,
Aws Smadi

@premchavhan99
Copy link

Hi smadi98,
try to use postgres:9.4 image , I was also facing same issue while using latest image but downgrading image worked,

@uledwin
Copy link

uledwin commented Dec 7, 2022

I was facing the same problem to deploy the pod, using postgres:9.4 and the image from the original project dockersamples/examplevotingapp_worker fix the problem, also, keep in mind that is mandatory, that the service for redis and db should be call like that. for redis the name of the service is redis, and for postgres the name of the service is db.
thanks

@devopsamitt
Copy link

I was facing the same problem to deploy the pod, using postgres:9.4 and the image from the original project dockersamples/examplevotingapp_worker fix the problem, also, keep in mind that is mandatory, that the service for redis and db should be call like that. for redis the name of the service is redis, and for postgres the name of the service is db. thanks

This fixed my issue.

@sonnguyenHT
Copy link

i use the container postgres:10.0 it worked too

@RohanRusta21
Copy link

sorry but why we want to use postgres image like we are just using kodekloud images

@DiskCrasher
Copy link

The postgres image version really should have been included in the YAML from the start. Third party libraries can introduce breaking changes in later versions. Same goes for the redis image.

@huykon
Copy link

huykon commented Apr 12, 2024

I'm facing with the same issue. I guess this image have issue. I tried to using another image as dockersamples/examplevotingapp_worker:latest then it's working well

@jhonnyV-V
Copy link

the version 13.7 also works

@Vincent990413
Copy link

Vincent990413 commented Oct 21, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants