Merge pull request #5099 from wackxu/patch-56

Update determine-reason-pod-failure.md
pull/5125/head^2
Cody Clark 2017-08-22 13:31:51 -04:00 committed by GitHub
commit 1b5aa1a833
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ the container starts.
only the termination message:
```
{% raw %} kubectl get pod termination-demo -o go-template="{{range .status.containerStatuses}}{{.lastState.terminated.message}}{{end}}"{% endraw %}
{% raw %} kubectl get pod termination-demo -o go-template="{{range .status.containerStatuses}}{{.lastState.terminated.message}}{{end}}"{% endraw %}
```
## Setting the termination log file