Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@vigneshragupathy
Created September 29, 2018 12:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vigneshragupathy/f4a1c1a9bf5a0fb480edf40dcfc52933 to your computer and use it in GitHub Desktop.
Save vigneshragupathy/f4a1c1a9bf5a0fb480edf40dcfc52933 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: daemon-set-vikki
spec:
template:
metadata:
labels:
system: DaemonSetOne
spec:
containers:
- image: nginx
name: nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment