Skip to content

Instantly share code, notes, and snippets.

@coryodaniel
Created March 8, 2019 18:33
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 coryodaniel/d98551b002682fc18e36cdbf172834f0 to your computer and use it in GitHub Desktop.
Save coryodaniel/d98551b002682fc18e36cdbf172834f0 to your computer and use it in GitHub Desktop.
cluster bootstrap job
apiVersion: batch/v1
kind: Job
metadata:
name: bootstrapper
spec:
template:
metadata:
name: bootstrapper
spec:
containers:
- name: bootstrapper
image: quay.io/coryodaniel/bootstrapper
env:
- name: KUBE_PROMETHEUS
value: true
- name: EXTERNAL_DNS
value: true
- name: FILEBEAT_DAEMONSET
value: true
restartPolicy: OnFailure
backoffLimit: 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment