-
Notifications
You must be signed in to change notification settings - Fork 266
Updating 'Rancher on ARM64' How To Doc #2135
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
Added a note about ARM64 support and a caution regarding mixed architecture platforms.
Add note about ARM64 support and caution for mixed architecture.
LucasSaintarbor
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.
@daviswill2 Thanks for the PR. Requesting a small change.
| ARM64 only is supported | ||
|
|
||
| see [Rancher Support Matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-13-1/) |
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.
| ARM64 only is supported | |
| see [Rancher Support Matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-13-1/) | |
| Rancher supports ARM64 provided that the cluster is not a mixed-architecture environment (x86 and ARM64). For more details, refer to the [Rancher Support Matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-13-1/). |
| ARM64 only is supported | ||
|
|
||
| see [Rancher Support Matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-13-1/) |
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.
| ARM64 only is supported | |
| see [Rancher Support Matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-13-1/) | |
| Rancher supports ARM64 provided that the cluster is not a mixed-architecture environment (x86 and ARM64). For more details, refer to the [Rancher Support Matrix](https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-13-1/). |
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.
Your suggestion does read better, but it needs to say that Ranchers supports ARM64 when it is not a mixed architecture (x86 and ARM64 together)
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.
@daviswill2 Thanks for clarifying, does the new suggestion work?
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.
yes. thanks.
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.
@daviswill2 Per https://www.suse.com/suse-rancher/support-matrix/all-supported-versions/rancher-v2-12-5/, may you add this change to versioned_docs/version-2.12/how-to-guides/advanced-user-guides/enable-experimental-features/rancher-on-arm64.md?
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.
@LucasSaintarbor linking to the 2.13.1 support matrix is enough. I will add that information box in the other 2.12.x Support Matrix pages, so if someone looks at those they will see that we officially added the support in 2.12.x
Fixes #[issue_number]
Reminders
See the README for more details on how to work with the Rancher docs.
Verify if changes pertain to other versions of Rancher. If they do, finalize the edits on one version of the page, then apply the edits to the other versions.
If the pull request is dependent on an upcoming release, remember to add a "MERGE ON RELEASE" label and set the proper milestone.
Description
Comments