-
Notifications
You must be signed in to change notification settings - Fork 38
Add Rancher example on 2 nodes #614
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
examples/README.md
Outdated
| | Base Image | `base-images/SL-Micro.aarch64-6.0-Base-SelfInstall-GM.install.iso` | | ||
| | Output Image | `out/rancher-2node-aarch64-6.0.iso` | | ||
|
|
||
| * A multi node configuration that runs Rancher Prime. 1st node functions as server node, 2nd node functions as agent node. This can be used to spin up only 1 node too. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Suggest we write out first rather than 1st, and one instead of 1.
examples/README.md
Outdated
|
|
||
| * A multi node configuration that runs Rancher Prime. 1st node functions as server node, 2nd node functions as agent node. This can be used to spin up only 1 node too. | ||
| * This definition is used to run VMs on Apple Silicon Mac, by defaulting installation device to `/dev/vda`. | ||
| * 1st node uses 192.168.64.1 ip and 2nd node uses 192.168.64.2 ip. Update the MAC address in `network/node1.suse.com.yaml` and `network/node2.suse.com.yaml` accordingly so the interface can pick up the intended ip. The cluster uses 192.168.64.11 VIP and you may want to update the IPs for your subnet configuration. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IP address, maybe?
rdoxenham
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for putting the effort in here. Few suggestions on wording, but overall I think it's fine. Thanks!
* Update examples/README.md Co-authored-by: Rhys Oxenham <[email protected]>
64fd55e to
124b567
Compare
|
Sorry I took too much time! Updated based on the feedback. |
The field team asked for more-complicated-but-easy-to-follow example, added an example that spins up Rancher Prime on 2 nodes. Thanks!