[release-4.15] CORS-3169: Add Ingress LB IPs to Infra CR and set DNS unmanaged when BYO DNS is enabled#1022
Conversation
|
@sadasu: This pull request references CORS-3169 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the bug to target the "4.15.0" version, but no target version was set. DetailsIn 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 openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
04c1f0e to
e37c4f6
Compare
|
/test e2e-azure-ovn |
go.mod
Outdated
| github.com/openshift/api => github.com/openshift/api v0.0.0-20231113114413-39964e6af314 | ||
| k8s.io/client-go => k8s.io/client-go v0.28.0 | ||
| github.com/openshift/api => github.com/openshift/api v0.0.0-20240126160819-e54a015ffc8c | ||
| k8s.io/client-go => k8s.io/client-go v0.29.0 |
There was a problem hiding this comment.
I don't think we need to or should rebase the K8S api changes on a backport. release-4.15 should be 0.28 packages.
There was a problem hiding this comment.
Moving k8s.io/client-go's version back to v0.28.0 were resulting in these verify failures. https://prow.ci.openshift.org/view/gs/test-platform-results/pr-logs/pull/openshift_cluster-ingress-operator/1022/pull-ci-openshift-cluster-ingress-operator-release-4.15-verify/1753142958116311040
So moving it back to v0.29.0
There was a problem hiding this comment.
Did you roll back k8s.io/api v0.29.0 and k8s.io/apimachinery v0.29.0 as well? That passed verify for me locally. Sorry I meant all K8S packages.
I recommend to start with a clean go.mod from the latest commit in release-4.15 without your changes, then update github.com/openshift/api => github.com/openshift/api v0.0.0-20240126160819-e54a015ffc8c only and do go mod tidy and go mod vendor.
You'll get a much cleaner go.mod, I only see one other dependency bump (golang.org/x/exp). We should try to only bump with is specifically required for limiting the impact of this backport.
There was a problem hiding this comment.
Updated with minimal changes to go.mod.
e37c4f6 to
5ec8d4b
Compare
|
/retest |
1 similar comment
|
/retest |
ceb7af5 to
398d619
Compare
Update vendoring as a result of this version bump
- Update test to verify the EndpointPublishingStrategy for GCP - Add test to verify update of Infra CR with Ingress LB IPs
398d619 to
712833e
Compare
|
/retest-required |
|
/retest |
|
@sadasu: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/label approved |
|
/label jira/valid-bug |
|
No concern from me. |
|
@Miciah would you be able to add the backport-risk-assessed label? |
|
[ART PR BUILD NOTIFIER] This PR has been included in build ose-cluster-ingress-operator-container-v4.15.0-202402022138.p0.g0106cb9.assembly.stream for distgit ose-cluster-ingress-operator. |
Manual backport of #1016
Based on enhancement: openshift/enhancements#1468