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:
@@ -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"]
|
||||
Reference in New Issue
Block a user