-
Notifications
You must be signed in to change notification settings - Fork 38
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
MGMT-15380: Not set userManagedNetworking=true when user select arm64 as cpu architecture #2280
MGMT-15380: Not set userManagedNetworking=true when user select arm64 as cpu architecture #2280
Conversation
@ammont82: This pull request references MGMT-15380 which is a valid jira issue. 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/test-infra repository. |
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: ammont82, celdrake, jkilzi The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
… as cpu architecture (openshift-assisted#2280) * Not set userManagedNetworking=true when user select arm64 * Removing console.log * Set UMN = true only when CMN is not supported according to the API --------- Co-authored-by: Jonathan Kilzi <jkilzi@redhat.com>
Related to https://issues.redhat.com/browse/MGMT-15380
Creating Arm cluster, UI sends in post request UMN=true, although according to https://docs.google.com/spreadsheets/d/1IJugmChJTKMBjdXHojEgfsyE8WT-dGbUpETn8fhuI7g/edit#gid=0
This should only be sent for ARM64 with OCP 4.10
With OCP 4.10+ARM64:
With OCP 4.13+ARM64: