-
Notifications
You must be signed in to change notification settings - Fork 192
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
CORS-2317: Add Ingress LB IPs to Infra CR and set DNS unmanaged when BYO DNS is enabled #1016
Conversation
@sadasu: This pull request references CORS-2317 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 story to target the "4.16.0" version, but no target version was set. 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 openshift-eng/jira-lifecycle-plugin repository. |
/jira refresh |
@sadasu: This pull request references CORS-2317 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 openshift-eng/jira-lifecycle-plugin repository. |
@Miciah could PTAL? |
28996d4
to
d17eac6
Compare
/retest-required |
/retest-required |
/assign |
/assign @gcs278 |
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.
Would you mind combining the first three commits?
- "Updating openshift/api to bring in changes for BYO DNS for GCP"
- "Update vendoring as result of openshift/api and k8s.io version bump"
- "Update IngressController CRD with the openshift/api version bump"
The goal here is that each individual commit should pass make test verify
. I do appreciate that you separated the vendor bump from the implementation commits!
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.
No issues from me other than a nit pick and what @Miciah identified. I think a unit test for updateInfraIngressLoadBalancerIPs
would be a nice-to-have, but I don't feel strongly about it and I won't hold up the PR for it.
/retest-required |
/lgtm |
/test e2e-aws-ovn-single-node |
Bumping the versions for both openshift/api and its dependency k8s.io/* to bring in the latest Infrastructure CR updates. Also, updatng vendoring and IngressController CRD due to the version bump.
/retest-required |
k8s.io/apiextensions-apiserver v0.28.3 | ||
k8s.io/apimachinery v0.28.3 | ||
k8s.io/apiserver v0.28.3 | ||
k8s.io/api v0.29.0 |
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.
Could we go ahead and take 0.29.1 for these K8S packages?
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.
This PR only bumps the k8s.io/* packages to v0.29.0 because the openshift/api bump requires doing so. I expect we'll bump to k8s.io/api v0.29.1 or later in a future PR (for example, for a controller-runtime bump or another openshift/api bump).
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.
That's fine if we want do it later. It was more of a "why not use the latest if we are bumping now" sort of thing, but we can just plan on doing it later.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Miciah 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 |
Thanks for the quick responses @sadasu |
/retest-required |
@sadasu: 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/test-infra repository. I understand the commands that are listed here. |
[ART PR BUILD NOTIFIER] This PR has been included in build ose-cluster-ingress-operator-container-v4.16.0-202402010541.p0.gd31546e.assembly.stream for distgit ose-cluster-ingress-operator. |
ClusterHosted
DNS is enabledBased on enhancement: openshift/enhancements#1468