Skip to content

Instantly share code, notes, and snippets.

@neilbags
Created January 22, 2021 23:46
Show Gist options
  • Save neilbags/ba2a07b74f9661a9e5dc18eee632f1c6 to your computer and use it in GitHub Desktop.
Save neilbags/ba2a07b74f9661a9e5dc18eee632f1c6 to your computer and use it in GitHub Desktop.
cluster.yml
nodes:
- address: 10.0.0.11
user: ubuntu
role:
- controlplane
- etcd
- worker
- address: 10.0.0.12
user: ubuntu
role:
- controlplane
- etcd
- worker
- address: 10.0.0.13
user: ubuntu
role:
- controlplane
- etcd
- worker
etcd:
backup_config:
interval_hours: 24
retention: 7
network:
plugin: calico
dns:
provider: coredns
ingress:
provider: none
authorization:
mode: rbac
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment