nerdexam
IBM

C1000-091 · Question #43

The following information is displayed after running the oc get pods -n db2 command: NAME READY STATUS RESTARTS AGE test-pod 0/1 InitImagePullBackOff 0 7m45s What is the best way to see the root…

The correct answer is A. oc describe pods test-pod -n db2. See the full explanation below for the reasoning.

Question

The following information is displayed after running the oc get pods -n db2 command: NAME READY STATUS RESTARTS AGE test-pod 0/1 InitImagePullBackOff 0 7m45s What is the best way to see the root cause of this error?

Options

  • Aoc describe pods test-pod -n db2
  • Boc debug pods test-pod -n db2
  • Coc exec -it pods test-pod -n db2 -- bash
  • Doc logs pods test-pod -n db2

How the community answered

(27 responses)
  • A
    81% (22)
  • B
    4% (1)
  • C
    11% (3)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full C1000-091 Practice