Skip to content

Commit 9ce13e6

Browse files
authored
Merge pull request #33687 from my-git9/git12
[zh] adjust determine-reason-pod-failure.md
2 parents 93a0879 + fffe811 commit 9ce13e6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ the general
2727
-->
2828
终止消息为容器提供了一种方法,可以将有关致命事件的信息写入某个位置,
2929
在该位置可以通过仪表板和监控软件等工具轻松检索和显示致命事件。
30-
在大多数情况下,您放入终止消息中的信息也应该写入
30+
在大多数情况下,你放入终止消息中的信息也应该写入
3131
[常规 Kubernetes 日志](/zh/docs/concepts/cluster-administration/logging/)
3232

3333
## {{% heading "prerequisites" %}}
@@ -45,7 +45,7 @@ the container starts.
4545
-->
4646
## 读写终止消息
4747

48-
在本练习中,您将创建运行一个容器的 Pod。
48+
在本练习中,你将创建运行一个容器的 Pod。
4949
配置文件指定在容器启动时要运行的命令。
5050

5151
{{< codenew file="debug/termination.yaml" >}}
@@ -123,7 +123,7 @@ populate the Container's status message on both success and failure.
123123

124124
Kubernetes 从容器的 `terminationMessagePath` 字段中指定的终止消息文件中检索终止消息,
125125
默认值为 `/dev/termination-log`
126-
通过定制这个字段,您可以告诉 Kubernetes 使用不同的文件。
126+
通过定制这个字段,你可以告诉 Kubernetes 使用不同的文件。
127127
Kubernetes 使用指定文件中的内容在成功和失败时填充容器的状态消息。
128128

129129
<!--
@@ -153,7 +153,6 @@ to use the last chunk of container log output if the termination message file
153153
is empty and the container exited with an error. The log output is limited to
154154
2048 bytes or 80 lines, whichever is smaller.
155155
-->
156-
157156
此外,用户可以设置容器的 `terminationMessagePolicy` 字段,以便进一步自定义。
158157
此字段默认为 "`File`",这意味着仅从终止消息文件中检索终止消息。
159158
通过将 `terminationMessagePolicy` 设置为 "`FallbackToLogsOnError`",你就可以告诉 Kubernetes,在容器因错误退出时,如果终止消息文件为空,则使用容器日志输出的最后一块作为终止消息。

0 commit comments

Comments
 (0)