Skip to content

Instantly share code, notes, and snippets.

@txels
Created November 24, 2016 13:02
Show Gist options
  • Save txels/c0c11c785a2abc625ae8f01d895df71e to your computer and use it in GitHub Desktop.
Save txels/c0c11c785a2abc625ae8f01d895df71e to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: busybox
namespace: default
spec:
hostname: box
subdomain: busy
containers:
- image: "busybox:latest"
command:
- sleep
- "3600"
imagePullPolicy: IfNotPresent
name: busybox
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment