Oracle
1Z0-1084-20 · Question #71
How can you find details of the tolerations field for the sample YAML file below?
The correct answer is B. kubectl explain pod.spec.tolerations. kubectl explain to List the fields for supported resources https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#explain
Developing Containerized Applications (OKE)
Question
How can you find details of the tolerations field for the sample YAML file below?
Exhibit
Options
- Akubectl list pod.spec.tolerations
- Bkubectl explain pod.spec.tolerations
- Ckubectl describe pod.spec tolerations
- Dkubectl get pod.spec.tolerations
How the community answered
(27 responses)- A7% (2)
- B78% (21)
- C4% (1)
- D11% (3)
Explanation
kubectl explain to List the fields for supported resources https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#explain
Topics
#kubectl#pod spec#tolerations#Kubernetes CLI
Community Discussion
No community discussion yet for this question.
