mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
6b7b9c5aa9
Signed-off-by: Shylaja Devadiga <shylaja.devadiga@suse.com>
15 lines
270 B
YAML
15 lines
270 B
YAML
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
|