Guia-Tutorial-kubernetes/yaml-del-pelado/06-randompod.yaml

12 lines
142 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: ubuntu
spec:
containers:
- name: ubuntu
image: ubuntu
args:
- sleep
- infinity