Untitled
Anonymous
plain_text
10/20/2021 7:57 PM
280 B
19
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...