156173d622
The gcr.io/kubernetes-e2e-test-images repo is deprecated and will eventually go away. Use an equivalent image from the project-owned k8s.gcr.io repo
15 lines
270 B
YAML
15 lines
270 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: dnsutils
|
|
namespace: default
|
|
spec:
|
|
containers:
|
|
- name: dnsutils
|
|
image: k8s.gcr.io/e2e-test-images/jessie-dnsutils:1.3
|
|
command:
|
|
- sleep
|
|
- "3600"
|
|
imagePullPolicy: IfNotPresent
|
|
restartPolicy: Always
|