Skip to content

Commit 40e305a

Browse files
authored
Update determine-reason-pod-failure.md
cmd => command for more accurate
1 parent d763553 commit 40e305a

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
@@ -41,7 +41,7 @@ the container starts.
4141

4242
kubectl apply -f https://k8s.io/examples/debug/termination.yaml
4343

44-
In the YAML file, in the `cmd` and `args` fields, you can see that the
44+
In the YAML file, in the `command` and `args` fields, you can see that the
4545
container sleeps for 10 seconds and then writes "Sleep expired" to
4646
the `/dev/termination-log` file. After the container writes
4747
the "Sleep expired" message, it terminates.

0 commit comments

Comments
 (0)