| 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 |