I'm a noob when it comes to kubernetes. I was just experimenting with a few commands, i tried 
 kubectl get pods
Result:
NAME                   READY     STATUS             RESTARTS   AGE
mysql-apim-db-1viwg    1/1       Running            1          20h
mysql-govdb-qioee      1/1       Running            1          20h
mysql-userdb-l8q8c     1/1       Running            0          20h
wso2am-default-813fy   0/1       ImagePullBackOff   0          20h
But because of imagePullBackOff i need to retry it.
How do i do that?