Skip to content

Instantly share code, notes, and snippets.

@jkfran
Forked from tcdowney/ubuntu-sleep.yaml
Created July 27, 2023 12:47
Show Gist options
  • Save jkfran/5618b89fb6df88e980d6e979277115b2 to your computer and use it in GitHub Desktop.
Save jkfran/5618b89fb6df88e980d6e979277115b2 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
@jkfran
Copy link
Author

jkfran commented Jul 27, 2023

Run:

kubectl apply -f https://gist.githubusercontent.com/jkfran/5618b89fb6df88e980d6e979277115b2/raw/eaae035f5adca37ca00d4a49f1c1958fe3db89e3/ubuntu-sleep.yaml

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment