aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/admin/dns
diff options
context:
space:
mode:
Diffstat (limited to 'kubernetes/admin/dns')
-rw-r--r--kubernetes/admin/dns/dnsutils.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/kubernetes/admin/dns/dnsutils.yml b/kubernetes/admin/dns/dnsutils.yml
new file mode 100644
index 0000000..07689f2
--- /dev/null
+++ b/kubernetes/admin/dns/dnsutils.yml
@@ -0,0 +1,11 @@
+apiVersion: v1
+kind: Pod
+metadata:
+ name: dnsutils
+ namespace: argocd
+spec:
+ containers:
+ - name: dnsutils
+ image: registry.k8s.io/e2e-test-images/agnhost:2.39
+ imagePullPolicy: IfNotPresent
+ restartPolicy: Always