-
Couldn't load subscription status.
- Fork 1.8k
CNV#23697: ARM support #97406
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
CNV#23697: ARM support #97406
Conversation
| ==== | ||
| * Support for AMD and Intel 64-bit architectures (x86-64-v2). | ||
| * Support for AMD, Intel 64-bit (x86-64-v2), and ARM64-based (`arm64` or `aarch64`) architectures. |
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.
- s390x is supported, too
- The following items are only for x86-64 relevant, but I have no idea if there are similar requirements for the other architectures:
- Support for AMD and Intel 64-bit architectures (x86-64-v2).
- Support for Intel 64 or AMD64 CPU extensions.
- Intel VT or AMD-V hardware virtualization extensions enabled.
- NX (no execute) flag enabled.
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.
for s390x , the difference / requirements are mentioned here : https://docs.redhat.com/en/documentation/openshift_container_platform/4.19/html/virtualization/installing#ibm-z-linuxone-compatibility_preparing-cluster-for-virt
i would suggest in this section to point to the link above , or since we are talking here only about cpu requirements then i suggest to add/repeat only this following line from the section above (in the link ). :
"When configuring the default CPU model, the spec.defaultCPUModel value is "gen15b" for an IBM Z cluster."
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.
@dominikholler @nbziouec I slightly reworked this list; can you please look at the latest commit and let me know if there are inaccuracies? Thanks! 4e3ba3b
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 to me @ousleyp thanks !
|
/test validate-asciidoc |
|
looks great, thanks @ousleyp ! The doc contains all information I am currently aware of. |
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.
LGTM
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.
LGTM
|
The This is because your PR targets the If the update in your PR does NOT apply to version 4.21 onward, please re-target this PR to go directly into the appropriate version branch or branches (enterprise-4.x) instead of main. |
|
@ousleyp: all tests passed! Full PR test history. Your PR dashboard. Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
|
LGTM |
|
/cherrypick enterprise-4.20 |
|
/cherrypick enterprise-4.21 |
|
@ousleyp: new pull request created: #101112 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
@ousleyp: new pull request created: #101113 In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Version(s): 4.20+
Issue: cnv-23697
Link to docs preview: https://97406--ocpdocs-pr.netlify.app/openshift-enterprise/latest/virt/install/preparing-cluster-for-virt.html
specifically:
QE review:
Additional information: will create RN after merging this PR