Skip to content

Instantly share code, notes, and snippets.

@jason-magnetic-io
Last active September 11, 2019 20:01
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 jason-magnetic-io/9340a88cca5890038d0685cce7ae59fe to your computer and use it in GitHub Desktop.
Save jason-magnetic-io/9340a88cca5890038d0685cce7ae59fe to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: pod1
labels:
app: busybox
spec:
containers:
- name: busybox
image: busybox
command: ["/bin/sh","-c"]
args: ["wget --spider --timeout=1 google.com; sleep 3m"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment