Skip to content

Instantly share code, notes, and snippets.

@524c
Forked from tcdowney/ubuntu-sleep.yaml
Created January 28, 2023 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 524c/a52c52ca7585314055a46e1b743a3fc2 to your computer and use it in GitHub Desktop.
Save 524c/a52c52ca7585314055a46e1b743a3fc2 to your computer and use it in GitHub Desktop.
Ubuntu Sleep Pod
apiVersion: v1
kind: Pod
metadata:
name: ubuntu
labels:
app: ubuntu
spec:
containers:
- image: ubuntu
command:
- "sleep"
- "604800"
imagePullPolicy: IfNotPresent
name: ubuntu
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment