- Home
- All questions
- Question 886
CKA study material · question 886 of 1000
How much log output can the FallbackToLogsOnError policy include in a termination message?
Show the answer
Answer: D. 2048 bytes or 80 lines, whichever is smaller
The fallback is limited to 2048 bytes or 80 lines, whichever comes first, so it is a summary rather than a substitute for the full log.
Source: Determine the Reason for Pod Failure (Kubernetes) — Customizing the termination message