Skip to content

Instantly share code, notes, and snippets.

@paoloo
Created November 14, 2022 20:24
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 paoloo/62be2c69fc9985c31198bbafaccb45fc to your computer and use it in GitHub Desktop.
Save paoloo/62be2c69fc9985c31198bbafaccb45fc to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: ubuntu
labels:
app: ubuntu
spec:
containers:
- image: ubuntu
command:
- "sleep"
- "60m"
imagePullPolicy: IfNotPresent
name: ubuntu
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment