Created
April 19, 2019 06:20
-
-
Save sumanthkumarc/f2c56a03df631f33813f2bc100ac77c5 to your computer and use it in GitHub Desktop.
sample cluster file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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