How can you find details of the tolerations field for the sample YAML file below? (Exhibit)

By | December 2, 2022

How can you find details of the tolerations field for the sample YAML file below?

Correct Answer: B
kubectl explain to List the fields for supported resources
explainkubectl explain [–recursive=false] [flags]Get documentation of various resources. For instance pods, nodes, services, etc.
References:
https://kubernetes.io/docs/reference/generated/kubectl/kubectl-commands#explain
https://kubernetes.io/docs/reference/kubectl/cheatsheet/