overlay network test script
diff --git a/scripts/ds-overlaytest.yaml b/scripts/ds-overlaytest.yaml
new file mode 100644
index 0000000..6a2476d
--- /dev/null
+++ b/scripts/ds-overlaytest.yaml
@@ -0,0 +1,21 @@
+apiVersion: apps/v1
+kind: DaemonSet
+metadata:
+ name: overlaytest
+spec:
+ selector:
+ matchLabels:
+ name: overlaytest
+ template:
+ metadata:
+ labels:
+ name: overlaytest
+ spec:
+ tolerations:
+ - operator: Exists
+ containers:
+ - image: busybox:1.28
+ imagePullPolicy: Always
+ name: busybox
+ command: ["sh", "-c", "tail -f /dev/null"]
+ terminationMessagePath: /dev/termination-log