Study. uk . com
  1. Home
  2. All questions
  3. Question 360

CKA study material · question 360 of 1000

Which flag makes kubectl apply report an unknown field in a manifest?

  1. --validate
  2. --record
  3. --strict
  4. --server-side
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

Challenge yourself on this topic → Study as cards