-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Comments
Hi smadi98, |
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. |
This fixed my issue. |
i use the container postgres:10.0 it worked too |
sorry but why we want to use postgres image like we are just using kodekloud images |
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. |
I'm facing with the same issue. I guess this image have issue. I tried to using another image as |
the version 13.7 also works |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
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:
Note: I tried to run the image alone by the docker and I faced the same issue.
Please advice dear
Best Regards,
Aws Smadi
The text was updated successfully, but these errors were encountered: