I have created a image "docker4nitin/tg_bot:v2" and pushed into the dockerhub. I have created a k8 deployment file to deploy it but it is failing to pull the image.
This is deployment.yml file
deployment.yml file
Please fix this issue. I’m literally tired of finding the solution but did not find any.
I want to deploy it in K8
2
Answers
Everything is fine with your image. I just tested it by creating following deployment and kubernetes pulls it fine.
Here are the events that occurred when I pulled it on my end.
if you pay attention, image pull works fine but there’s something wrong with your container itself that is causing the backoff of the container. Maybe posting the specific error here is more useful.
You can run the below manually and try your deployment