Task one
unknown
plain_text
3 years ago
209 B
14
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...