Skip to content

Instantly share code, notes, and snippets.

@lpasselin
Created March 18, 2020 21:47
Show Gist options
  • Save lpasselin/d825b5466c6474dad936f07bfbb4fe2f to your computer and use it in GitHub Desktop.
Save lpasselin/d825b5466c6474dad936f07bfbb4fe2f to your computer and use it in GitHub Desktop.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment