Update production-pods.md and replace rc with deployments

This commit is contained in:
Janet Kuo
2016-03-30 19:08:02 -07:00
parent 21887f20ee
commit 84ebc37f66
7 changed files with 163 additions and 160 deletions
+10
View File
@@ -0,0 +1,10 @@
apiVersion: v1
kind: Pod
metadata:
name: pod-w-message
spec:
containers:
- name: messager
image: "ubuntu:14.04"
command: ["/bin/sh","-c"]
args: ["sleep 60 && /bin/echo Sleep expired > /dev/termination-log"]