update debug-application-cluster/termination.yaml (#8837)

This commit is contained in:
Stewart-YU
2018-06-12 07:43:27 +08:00
committed by k8s-ci-robot
parent 89a06bdb29
commit 6ce976318c
@@ -72,9 +72,7 @@ the container starts.
1. Use a Go template to filter the output so that it includes
only the termination message:
```
kubectl get pod termination-demo -o go-template="{{range .status.containerStatuses}}{{.lastState.terminated.message}}{{end}}"
```
## Customizing the termination message