On Lesson 2 Topic 5 excercise you ask this question: ``` Another pod called el . . .

Andrea Cervesato:
On Lesson 2 Topic 5 excercise you ask this question:

Another pod called elephant has been deployed in the default namespace. It fails to get to a running state. Inspect this pod and identify the Reason why it is not running.

But the error is not in the list of the reply:

    State:          Waiting
      Reason:       RunContainerError

Grant Powers:
Look at the events at the bottom of the kubectl describe command for the pod. The problem is likely going to be that the image isn’t available in the container registry.

Andrea Cervesato:
No the problem was the OOMKilled