Created
December 20, 2020 17:26
-
-
Save wuestkamp/f73adda1bc7f0dcd4ec603fe5ff35ee5 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: Pod | |
metadata: | |
creationTimestamp: null | |
labels: | |
run: holiday | |
name: holiday | |
spec: | |
containers: | |
- command: | |
- sh | |
- -c | |
- sleep 1d | |
image: bash:5.1.0 | |
name: c1 | |
resources: {} | |
- command: | |
- sh | |
- -c | |
- sleep 1d | |
image: bash:5.1.0 | |
name: c2 | |
resources: {} | |
dnsPolicy: ClusterFirst | |
restartPolicy: Always | |
status: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment