Update determine-reason-pod-failure.md

format the command line
This commit is contained in:
XsWack
2017-08-19 11:24:21 +08:00
committed by GitHub
parent acff65891f
commit edb999f227
@@ -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