- Home
- All questions
- Question 360
CKA study material · question 360 of 1000
Which flag makes kubectl apply report an unknown field in a manifest?
Show the answer
Answer: A. --validate
Recreating the object with kubectl apply --validate reports the unknown field that was being ignored.
Source: Debug Pods (Kubernetes) — My pod is running but not doing what I told it to do