Resolve Pod Deployment Issue

Good evening humble colleagues,

I will be grateful for a step-by-step approach to resolving this task on my #kubernetes session, Task- 11.

Looking forward to your great responses.

Thanks.

We have a couple of students who’ve been putting their “100 Days of Dev Ops” solutions up on Github. Here’s a good example.

able to resolve the first mistake where image name have extra “S” but unable to debug sidecar container issue.

The same issue, after fixing the image name to httpd:latest it doesn’t allow to pull the new image, the pod describe shows:

Warning Failed 55s (x4 over 100s) kubelet Error: ErrImagePull
Warning Failed 55s (x2 over 67s) kubelet Failed to pull image "httpd:latest": rpc error: code = Unknown desc = failed to pull and unpack image "docker.io/library/httpd:latest": failed to read expected number of bytes: unexpected EOF
Warning Failed 43s (x4 over 96s) kubelet Error: ImagePullBackOff
Normal BackOff 43s kubelet Back-off pulling image "httpd:latest"
Normal Pulling 28s (x3 over 67s) kubelet Pulling image "httpd:latest"

Few days ago I had the same issue, but for ubuntu:latest image.

Also sent an issue feedback - Kubelet Fails to Pull Correct Docker Image After Fix