Skip to content

Instantly share code, notes, and snippets.

@myugan
Created February 7, 2021 14:54
Show Gist options
  • Save myugan/22c674d5fa587a7fab41f74f4d53901d to your computer and use it in GitHub Desktop.
Save myugan/22c674d5fa587a7fab41f74f4d53901d to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: curl
spec:
containers:
- name: curl
image: curlimages/curl
command:
- sleep
- "3600"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment