-
Notifications
You must be signed in to change notification settings - Fork 97
Bug 1919737: Prefer local endpoint for cluster DNS service #254
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
Bug 1919737: Prefer local endpoint for cluster DNS service #254
Conversation
8215fa6 to
ad49964
Compare
|
@Miciah: This pull request references Bugzilla bug 1919737, which is invalid:
Comment 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. |
|
/bugzilla refresh |
|
@Miciah: This pull request references Bugzilla bug 1919737, 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. 3 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. |
|
/cherry-pick release-4.7 |
|
@Miciah: once the present PR merges, I will cherry-pick it on top of release-4.7 in a new PR and assign it to you. 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. |
|
/cherry-pick release-4.6 |
|
@Miciah: once the present PR merges, I will cherry-pick it on top of release-4.6 in a new PR and assign it to you. 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. |
| if svcNameString == "openshift-dns/dns-default:dns" { | ||
| for _, ep := range allEndpoints { | ||
| if ep.GetIsLocal() { | ||
| allEndpoints = []proxy.Endpoint{ep} |
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.
should klog something here (at the same level as other similar messages)
|
So, this PR needs to be against our fork of Kubernetes. Unfortunately, that is in a bit of a bad state right now. Openshift 4.8 is currently built against https://github.com/openshift/kubernetes/tree/sdn-4.7-kubernetes-1.20.0-rc.0. What should happen is:
Simple! (not) |
This PR does not actually have to wait for that. You can just file a PR against |
d2a63d2 to
905c1f4
Compare
|
Looks like test flakes, nothing that looks DNS- or proxy-related... |
|
/test e2e-aws-upgrade |
2 similar comments
|
/test e2e-aws-upgrade |
|
/test e2e-aws-upgrade |
|
The |
|
/hold |
This commit fixes bug 1919737. https://bugzilla.redhat.com/show_bug.cgi?id=1919737 * go.mod: Bump github.com/openshift/kubernetes. * go.sum: * vendor/modules.txt: Regenerate. * vendor/k8s.io/kubernetes/pkg/proxy/iptables/proxier.go (syncProxyRules): Prefer a local endpoint for the cluster DNS service.
905c1f4 to
7be0c33
Compare
|
@Miciah: This pull request references Bugzilla bug 1919737, which is valid. 3 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: danwinship, Miciah 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 |
|
Looks like BZ#1913069 again. |
|
/hold cancel |
|
@Miciah: All pull requests linked via external trackers have merged: Bugzilla bug 1919737 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. |
|
@Miciah: new pull request created: #259 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. |
|
@Miciah: #254 failed to apply on top of branch "release-4.6": 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. |
go.mod: Bump github.com/openshift/kubernetes.go.sum:vendor/modules.txt: Regenerate.vendor/k8s.io/kubernetes/pkg/proxy/iptables/proxier.go(syncProxyRules): Prefer a local endpoint for the cluster DNS service.