Troubleshoot Issue With Pods

Hi Team,

When i ran kubectl describe pod webserver , I found the image is not correct “Failed to pull image “nginx:latests”:”

But not sure from where i can fix it.
I dont see any Yaml file to change it.
Can someone please help me a bit.
Please guide me what to look.
Thanks

Hello, @mdrkarim
Okay, Run the kubectl edit as you did to describe the Pod and correct the image name. Hope it will help.

Thank you @Tej-Singh-Rana , really appreciate your help.