Files
website/docs/concepts/configuration/commands.yaml
T
2017-01-30 16:19:56 -08:00

13 lines
238 B
YAML

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"]