Last active
January 2, 2022 11:15
-
-
Save sithumonline/0d385ad03168bf432f9190d35d5b6a09 to your computer and use it in GitHub Desktop.
This file contains hidden or 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: | |
| name: kubernetes-sri-lanka | |
| labels: | |
| app: rewind | |
| version: 4 | |
| year: 2021 | |
| spec: | |
| containers: | |
| - name: kubernetes-sri-lanka | |
| image: gcr.io/kubernetes-lk/k8s-sri-lanka:latest | |
| command: | |
| - /bin/sh | |
| - -c | |
| - echo "Happy New Year $(date +%Y)!" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment