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

12 lines
142 B
YAML
Raw Permalink Normal View History

2022-09-19 18:31:05 +02:00
apiVersion: v1
kind: Pod
metadata:
name: ubuntu
spec:
containers:
- name: ubuntu
image: ubuntu
args:
- sleep
- infinity