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.
2 parents 9c196f9 + e6fd8f8 commit 4267b1bCopy full SHA for 4267b1b
content/en/docs/tasks/debug-application-cluster/determine-reason-pod-failure.md
@@ -78,7 +78,7 @@ only the termination message:
78
## Customizing the termination message
79
80
Kubernetes retrieves termination messages from the termination message file
81
-specified in the `terminationMessagePath` field of a Container, which as a default
+specified in the `terminationMessagePath` field of a Container, which has a default
82
value of `/dev/termination-log`. By customizing this field, you can tell Kubernetes
83
to use a different file. Kubernetes use the contents from the specified file to
84
populate the Container's status message on both success and failure.
0 commit comments