pharos-cluster init should create this or some good basic yaml structure:
hosts:
- address: 192.168.110.100
user: vagrant
role: master
ssh_key_path: ~/.ssh/my_key
- address: 192.168.110.101
user: vagrant
role: worker
ssh_key_path: ~/.ssh/my_key
network: {} # Use Weave networking with default config
addons:
ingress-nginx:
enabled: true # Enable Nginx ingress controller
because currently user needs to navigate to docs and copy/paste this anyway.
pharos-cluster initshould create this or some good basic yaml structure:because currently user needs to navigate to docs and copy/paste this anyway.