Write new task: Determining the Reason for Pod Failure.

This commit is contained in:
steveperry-53
2016-11-17 17:07:34 -08:00
parent 9f0531ba75
commit 88e32adc98
3 changed files with 128 additions and 0 deletions
@@ -0,0 +1,10 @@
apiVersion: v1
kind: Pod
metadata:
name: termination-demo
spec:
containers:
- name: termination-demo-container
image: debian
command: ["/bin/sh"]
args: ["-c", "sleep 10 && echo Sleep expired > /dev/termination-log"]