- Home
- All questions
- Question 857
CKA study material · question 857 of 1000
A Pod runs its image's default entrypoint rather than the command in the manifest, and no error was reported. What is the recommended next step?
Show the answer
Answer: C. Delete the Pod and re-apply the manifest with --validate
A misspelled field such as commnd is silently ignored at creation; re-applying with validation surfaces the unknown field rather than leaving the mistake invisible.
Source: Debug Pods (Kubernetes) — Debugging Pods › My pod is running but not doing what I told it to do