Merge pull request #28120 from HeGaoYuan/patch-2

Update determine-reason-pod-failure.md
pull/28378/head
Kubernetes Prow Robot 2021-06-11 15:03:01 -07:00 committed by GitHub
commit 1f6e7cc742
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ the container starts.
kubectl apply -f https://k8s.io/examples/debug/termination.yaml
In the YAML file, in the `cmd` and `args` fields, you can see that the
In the YAML file, in the `command` and `args` fields, you can see that the
container sleeps for 10 seconds and then writes "Sleep expired" to
the `/dev/termination-log` file. After the container writes
the "Sleep expired" message, it terminates.