-
Notifications
You must be signed in to change notification settings - Fork 220
[release-4.5] Bug 1878148: Backport: Delete Router Deployment Only Upon DNSRecord Deletion #456
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
[release-4.5] Bug 1878148: Backport: Delete Router Deployment Only Upon DNSRecord Deletion #456
Conversation
Switches all ensure<thing> functions in pkg/operator/controller/ingress to use a have<thing> boolean rather than manually checking if <thing> != nil for consistency.
Add a `wantFoo` boolean to `ensureWildcardDNSRecord` & `ensureLoadBalancerService` for consistency. Fixes a bug accidentally introduced in openshift#408.
|
@sgreene570: This pull request references Bugzilla bug 1878148, which is valid. The bug has been moved to the POST state. The bug has been updated to refer to the pull request using the external bug tracker. 6 validation(s) were run on this bug
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 kubernetes/test-infra repository. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: danehans, sgreene570 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/bugzilla refresh |
|
@sgreene570: This pull request references Bugzilla bug 1878148, which is valid. 6 validation(s) were run on this bug
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 kubernetes/test-infra repository. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
2 similar comments
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
/retest Please review the full test history for this PR and help us cut down flakes. |
|
@sgreene570: All pull requests linked via external trackers have merged: Bugzilla bug 1878148 has been moved to the MODIFIED state. 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 kubernetes/test-infra repository. |
This PR backports #419 to
release-4.5. The backport had to be done manually due to merge conflicts. PR #408 was added to this backport to resolve the merge conflicts. #408 introduced a regression, so #412 has been added to this backport as well. All commits were applied as is without hitting any merge conflicts, so reviewing this should be straightforward.This backport is needed to resolve https://bugzilla.redhat.com/show_bug.cgi?id=1876919.
/assign @danehans @Miciah
/cc @frobware