Skip to content

Commit d27223e

Browse files
imjasonhendocrimes
andauthored
Update content/en/docs/tasks/debug/debug-application/determine-reason-pod-failure.md
Co-authored-by: Danielle <dani@builds.terrible.systems>
1 parent 0f1b35b commit d27223e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/tasks/debug/debug-application/determine-reason-pod-failure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ populate the Container's status message on both success and failure.
9292
The termination message is intended to be brief final status, such as an assertion failure message.
9393
The kubelet truncates messages that are longer than 4096 bytes.
9494

95-
The total message length across all containers will be limited to 12KiB, divided equally among each container.
95+
The total message length across all containers is limited to 12KiB, divided equally among each container.
9696
For example, if there are 12 containers (`initContainers` or `containers`), each has 1024 bytes of available termination message space.
9797

9898
The default termination message path is `/dev/termination-log`.

0 commit comments

Comments
 (0)