Skip to content

Instantly share code, notes, and snippets.

@0x524c
Forked from tcdowney/ubuntu-sleep.yaml
Created January 28, 2023 21:14
Show Gist options
  • Select an option

  • Save 0x524c/a52c52ca7585314055a46e1b743a3fc2 to your computer and use it in GitHub Desktop.

Select an option

Save 0x524c/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