Skip to content

Commit 41bc06f

Browse files
committed
[zh] Update determine-reason-pod-failure.md
1 parent c83e410 commit 41bc06f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ the container starts.
5454
kubectl create -f https://k8s.io/examples/debug/termination.yaml
5555
```
5656

57-
<!--In the YAML file, in the `cmd` and `args` fields, you can see that the
57+
<!--In the YAML file, in the `command` and `args` fields, you can see that the
5858
container sleeps for 10 seconds and then writes "Sleep expired" to
5959
the `/dev/termination-log` file. After the container writes
6060
the "Sleep expired" message, it terminates.-->
61-
YAML 文件中,在 `cmd``args` 字段,你可以看到容器休眠 10 秒然后将 "Sleep expired"
61+
YAML 文件中,在 `command``args` 字段,你可以看到容器休眠 10 秒然后将 "Sleep expired"
6262
写入 `/dev/termination-log` 文件。
6363
容器写完 "Sleep expired" 消息后就终止了。
6464

0 commit comments

Comments
 (0)