Skip to content

Instantly share code, notes, and snippets.

@agrajm
Created April 26, 2021 09:46
Show Gist options
  • Save agrajm/1712854c71e0cc0f5d76b65d9cd58fa6 to your computer and use it in GitHub Desktop.
Save agrajm/1712854c71e0cc0f5d76b65d9cd58fa6 to your computer and use it in GitHub Desktop.
apiVersion: v1
kind: Pod
metadata:
name: dnsutils
namespace: default
spec:
containers:
- name: dnsutils
image: gcr.io/kubernetes-e2e-test-images/dnsutils:1.3
command:
- sleep
- "3600"
imagePullPolicy: IfNotPresent
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment