-
Notifications
You must be signed in to change notification settings - Fork 244
OCPBUGS-13891: [release-4.12] HyperShift: Support HostedControlPlane node selector #1816
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
OCPBUGS-13891: [release-4.12] HyperShift: Support HostedControlPlane node selector #1816
Conversation
/jira cherrypick OCPBUGS-13155 |
@kyrtapz: Jira Issue OCPBUGS-13155 has been cloned as Jira Issue OCPBUGS-13891. Will retitle bug to link to clone. 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. |
@kyrtapz: This pull request references Jira Issue OCPBUGS-13891, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. 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. |
37228f3
to
883e0c7
Compare
Manually modified hypershift version in go.mod to bump the dependency without introducing dependency conflicts. Additionally adapted replace section. Signed-off-by: Patryk Diak <[email protected]>
Signed-off-by: Martin Kennelly <[email protected]> (cherry picked from commit 4cc44a6)
This commit doesn't introduce functional changes. Move hypershift.go to platform package to avoid circural dependencies in following commits. Signed-off-by: Patryk Diak <[email protected]> (cherry picked from commit cc53553)
This commit doesn't introduce any functional changes. ovn-kubernetes is no longer the only component that requiress access to the details of HostedControlPlane cr. Make HostedControlPlane retrieval a part of InfraStatus so it is only done once per reconcilation. Signed-off-by: Patryk Diak <[email protected]> (cherry picked from commit 8a50244)
Signed-off-by: Patryk Diak <[email protected]> (cherry picked from commit 62abd8e)
883e0c7
to
6ad1fce
Compare
/jira refresh |
@kyrtapz: This pull request references Jira Issue OCPBUGS-13891, which is valid. 6 validation(s) were run on this bug
Requesting review from QA contact: 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. |
/retest |
/hold |
@csrwng this is the issue/bug you intended to reference: https://issues.redhat.com/browse/OCPBUGS-14714 |
…pology value When the ControlPlaneTopology is set to External it does not always mean that HyperShift is also enabled. Instead of relying on ControlPlaneTopology value, always check if HyperShift is specifically enabled. Signed-off-by: Patryk Diak <[email protected]> (cherry picked from commit ff5d378)
/hold |
both holds have been resolved now. |
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: enxebre, jcaamano, kyrtapz The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/retest-required |
/label cherry-pick-approved |
@kyrtapz: The following tests failed, say
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/test-infra repository. I understand the commands that are listed here. |
/hold cancel |
@kyrtapz: Jira Issue OCPBUGS-13891: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-13891 has been moved to the MODIFIED state. 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. |
Fix included in accepted release 4.12.0-0.nightly-2023-06-22-210741 |
This is a clean backport of #1802.
The change is the first commit bumping the hypershift dependency, this was requried since we use different dependencies in 4.12 and 4.13.
Additionally this PR cherry-picks: ff5d378
/cc @jcaamano @martinkennelly