Monthly 404 fix (#5494)

* Monthly 404 fix

* WIP

* 404 fixes cont

* finish 404 fixes

* file syntax tested and fixed

* fix cn file for netlify preview

* syntax cleanup for consistency
This commit is contained in:
Andrew Chen
2017-09-18 15:20:15 -07:00
committed by GitHub
parent 667b7d474a
commit 99fbc2b4ae
3 changed files with 137 additions and 33 deletions
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Pod
metadata:
name: command-demo
labels:
purpose: demonstrate-command
spec:
containers:
- name: command-demo-container
image: debian
command: ["printenv"]
args: ["HOSTNAME", "KUBERNETES_PORT"]