Run the following command: kubectl run ohno --image=sheris. Did it work? why not? fix it without removing the Pod and using any image you would like
Answer
Because there is no such image sheris. At least for now :)
To fix it, run kubectl edit ohno and modify the following line - image: sheris to - image: redis or any other image you prefer.