Untitled
unknown
plain_text
4 years ago
209 B
10
Indexable
apiVersion: v1
kind: Pod
metadata:
name: two-containers
spec:
containers:
- name: ubuntu-container
image: ubuntu
command: ["/bin/sh"]
args: ["-c", "while true; do echo Hello; sleep 1; done;"]Editor is loading...