We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6874e48 commit e6fd8f8Copy full SHA for e6fd8f8
content/en/docs/tasks/debug-application-cluster/determine-reason-pod-failure.md
@@ -77,7 +77,7 @@ only the termination message:
77
## Customizing the termination message
78
79
Kubernetes retrieves termination messages from the termination message file
80
-specified in the `terminationMessagePath` field of a Container, which as a default
+specified in the `terminationMessagePath` field of a Container, which has a default
81
value of `/dev/termination-log`. By customizing this field, you can tell Kubernetes
82
to use a different file. Kubernetes use the contents from the specified file to
83
populate the Container's status message on both success and failure.
0 commit comments