Consolidate YAML files [part-4] (#9241)

This PR consolidates YAML files used in the
`tasks/debug-application-cluster` subdirectory.

Depends-On: #9236
This commit is contained in:
Qiming
2018-07-03 02:17:19 +08:00
committed by k8s-ci-robot
parent a11e02d575
commit d15da5a726
20 changed files with 38 additions and 49 deletions
@@ -34,11 +34,11 @@ In this exercise, you create a Pod that runs one container.
The configuration file specifies a command that runs when
the container starts.
{{< code file="termination.yaml" >}}
{{< codenew file="debug/termination.yaml" >}}
1. Create a Pod based on the YAML configuration file:
kubectl create -f https://k8s.io/docs/tasks/debug-application-cluster/termination.yaml
kubectl create -f https://k8s.io/examples/debug/termination.yaml
In the YAML file, in the `cmd` and `args` fields, you can see that the
container sleeps for 10 seconds and then writes "Sleep expired" to