Skip to content

Instantly share code, notes, and snippets.

@mvmcjr
Created December 27, 2022 18:51
Show Gist options
  • Select an option

  • Save mvmcjr/603b8d3c2d5ba35c80edcb525d683e52 to your computer and use it in GitHub Desktop.

Select an option

Save mvmcjr/603b8d3c2d5ba35c80edcb525d683e52 to your computer and use it in GitHub Desktop.
Busybox sleep pod
apiVersion: v1
kind: Pod
metadata:
name: busybox
labels:
app: busybox
spec:
containers:
- image: busybox
command:
- "sleep"
- "604800"
imagePullPolicy: IfNotPresent
name: busybox
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment