Skip to content

Instantly share code, notes, and snippets.

@cdalar
Created June 16, 2021 20:21
Show Gist options
  • Save cdalar/4ea147cd0715d96fa0ec5d6f8beed96c to your computer and use it in GitHub Desktop.
Save cdalar/4ea147cd0715d96fa0ec5d6f8beed96c to your computer and use it in GitHub Desktop.
sleeping ubuntu:20.04 for testing
apiVersion: v1
kind: Pod
metadata:
name: test
labels:
app: ubuntu
spec:
containers:
- image: ubuntu:20.04
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