IBM
C1000-091 · Question #42
Running the command oc get pods displays the following: NAME READY STATUS RESTARTS AGE test-pod 2/2 Running 0 37d Which command is used to delete this pod?
The correct answer is A. oc remove pod test-pod. See the full explanation below for the reasoning.
Question
Running the command oc get pods displays the following:
NAME READY STATUS RESTARTS AGE
test-pod 2/2 Running 0 37d
Which command is used to delete this pod?
Options
- Aoc remove pod test-pod
- Boc kill pod test-pod
- Coc delete pod test-pod
- Doc terminate pod test-pod
How the community answered
(61 responses)- A74% (45)
- B16% (10)
- C3% (2)
- D7% (4)
Community Discussion
No community discussion yet for this question.