Skip to content

Instantly share code, notes, and snippets.

@ressl
Created December 17, 2019 10:41
Show Gist options
  • Save ressl/fe22c5ec1ac497f567b92698eaf151c8 to your computer and use it in GitHub Desktop.
Save ressl/fe22c5ec1ac497f567b92698eaf151c8 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: busybox
spec:
containers:
- name: busybox
image: radial/busyboxplus:curl
args:
- sleep
- "1000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment