Skip to content

Instantly share code, notes, and snippets.

@sumanthkumarc
Created April 19, 2019 06:20
Show Gist options
  • Save sumanthkumarc/f2c56a03df631f33813f2bc100ac77c5 to your computer and use it in GitHub Desktop.
Save sumanthkumarc/f2c56a03df631f33813f2bc100ac77c5 to your computer and use it in GitHub Desktop.
sample cluster file
nodes:
- address: master.my-domain.com
user: my-user
role:
- controlplane
- etcd
- address: worker1.my-domain.com
user: my-user
role:
- worker
- address: worker2.my-domain.com
user: my-user
role:
- worker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment