OCPBUGS-60492: Gateway service DNS: Add check for nil DNS Public and Private DNS zones#1270
OCPBUGS-60492: Gateway service DNS: Add check for nil DNS Public and Private DNS zones#1270sadasu wants to merge 1 commit intoopenshift:masterfrom
Conversation
|
[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 |
|
@Miciah , @alebedev87 I think this is the better fix over #1269. The existing unit tests are expected to fail. |
+1, from my understanding I think this makes the most sense (handles UPI scenarios & custom DNS), but my understanding of Gateway API and how ingress works in Custom DNS is shaky at best
So they will need to be fixed up, but just waiting for approval on the approach? |
Reconcile logic for Gateway Service Controller should check for non-nil Public and Private Zones as per the DNS API specification.
90f03c0 to
784cf4e
Compare
|
@sadasu: This pull request references Jira Issue OCPBUGS-60492, which is valid. 3 validation(s) were run on this bug
Requesting review from QA contact: The bug has been updated to refer to the pull request using the external bug tracker. 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. |
|
This fix is preferred over #1269. |
|
@sadasu: The following tests failed, say
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-sigs/prow repository. I understand the commands that are listed here. |
|
This update to the controller is deemed unnecessary. |
|
@sadasu: This pull request references Jira Issue OCPBUGS-60492. The bug has been updated to no longer refer to the pull request using the external bug tracker. 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. |
Reconcile logic for Gateway Service Controller should check for non-nil Public and Private Zones as per the DNS API specification.