Skip to content

Instantly share code, notes, and snippets.

@yuvalif
Created October 10, 2018 15:29
Show Gist options
  • Select an option

  • Save yuvalif/d7f41df1e157bbf402befc68f4691ec3 to your computer and use it in GitHub Desktop.

Select an option

Save yuvalif/d7f41df1e157bbf402befc68f4691ec3 to your computer and use it in GitHub Desktop.
apiVersion: extensions/v1beta1
kind: DaemonSet
metadata:
name: cirros
spec:
template:
metadata:
labels:
app: cirros-sleep
spec:
containers:
- name: cirros
image: cirros
resources:
limits:
memory: "128Mi"
command: ["sleep", "1000"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment