zh-trans: add examples/{controllers,debug,federation}/ yaml files

This commit is contained in:
Rui Chen
2018-12-03 09:13:06 -05:00
parent 13953625e4
commit b3a0ff3479
18 changed files with 913 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"]