Skip to content

Instantly share code, notes, and snippets.

@shiywang
Created April 2, 2021 06:11
Show Gist options
  • Save shiywang/66d742025b61882e93f1eee5211b8a34 to your computer and use it in GitHub Desktop.
Save shiywang/66d742025b61882e93f1eee5211b8a34 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
securityContext:
privileged: true
restartPolicy: Always
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment