Open
Conversation
rdoxenham
reviewed
Jan 15, 2025
| | 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. |
Contributor
There was a problem hiding this comment.
Suggest we write out first rather than 1st, and one instead of 1.
rdoxenham
reviewed
Jan 15, 2025
rdoxenham
reviewed
Jan 15, 2025
|
|
||
| * 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. |
rdoxenham
reviewed
Jan 15, 2025
rdoxenham
requested changes
Jan 15, 2025
Contributor
rdoxenham
left a comment
There was a problem hiding this comment.
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 <rdoxenham@gmail.com>
64fd55e to
124b567
Compare
Author
|
Sorry I took too much time! Updated based on the feedback. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The field team asked for more-complicated-but-easy-to-follow example, added an example that spins up Rancher Prime on 2 nodes. Thanks!