Merge pull request #5099 from wackxu/patch-56
Update determine-reason-pod-failure.mdpull/5125/head^2
commit
1b5aa1a833
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue