Skip to content

Commit e6fd8f8

Browse files
committed
Corrected a Typo
1 parent 6874e48 commit e6fd8f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ only the termination message:
7777
## Customizing the termination message
7878

7979
Kubernetes retrieves termination messages from the termination message file
80-
specified in the `terminationMessagePath` field of a Container, which as a default
80+
specified in the `terminationMessagePath` field of a Container, which has a default
8181
value of `/dev/termination-log`. By customizing this field, you can tell Kubernetes
8282
to use a different file. Kubernetes use the contents from the specified file to
8383
populate the Container's status message on both success and failure.

0 commit comments

Comments
 (0)