Skip to content

Commit 4267b1b

Browse files
authored
Merge pull request #22317 from abhi1604/patch-5
Corrected a Typo
2 parents 9c196f9 + e6fd8f8 commit 4267b1b

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
@@ -78,7 +78,7 @@ only the termination message:
7878
## Customizing the termination message
7979

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

0 commit comments

Comments
 (0)