mirror of
https://git.vectorsigma.ru/public/k3s.git
synced 2026-07-30 15:09:46 +00:00
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
|