-
Notifications
You must be signed in to change notification settings - Fork 97
[release-4.6] Bug 1928773: Prefer local endpoint for cluster DNS service #261
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.6] Bug 1928773: Prefer local endpoint for cluster DNS service #261
Conversation
|
@Miciah: This pull request references Bugzilla bug 1930917, 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. |
2bc5641 to
db3b86f
Compare
|
/retitle [release-4.6] Bug 1928773: Prefer local endpoint for cluster DNS service |
|
@Miciah: This pull request references Bugzilla bug 1928773, 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. |
|
/lgtm |
|
/bugzilla refresh Recalculating validity in case the underlying Bugzilla bug has changed. |
|
@openshift-bot: This pull request references Bugzilla bug 1928773, 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 Recalculating validity in case the underlying Bugzilla bug has changed. |
|
@openshift-bot: This pull request references Bugzilla bug 1928773, 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 Recalculating validity in case the underlying Bugzilla bug has changed. |
|
@openshift-bot: This pull request references Bugzilla bug 1928773, 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 Recalculating validity in case the underlying Bugzilla bug has changed. |
|
@openshift-bot: This pull request references Bugzilla bug 1928773, 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 Recalculating validity in case the underlying Bugzilla bug has changed. |
|
@openshift-bot: This pull request references Bugzilla bug 1928773, 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 Recalculating validity in case the underlying Bugzilla bug has changed. |
|
@openshift-bot: This pull request references Bugzilla bug 1928773, 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. |
Bump the vendored github.com/openshift/kubernetes to pick up commit 05e619e27cf622ecc153b91d7971e094c14335ad: "UPSTREAM: <carry>: Prefer local endpoint for cluster DNS service". This bump incidentally picks up commit 6d9f2fe774e6ad19a8c538c76610f3277d05f30f: "UPSTREAM: 95252: Kube-proxy: Perf-fix: Shrink INPUT chain". This commit fixes bug 1930917. https://bugzilla.redhat.com/show_bug.cgi?id=1930917 * go.mod: Bump github.com/openshift/kubernetes. * go.sum: * vendor/modules.txt: Regenerate. * vendor/k8s.io/kubernetes/pkg/proxy/iptables/proxier.go: Bump.
db3b86f to
8a95b1a
Compare
|
Rebased now that openshift/kubernetes#581 has merged. |
|
Looks like kube-apiserver didn't finish rolling out before the test ended, but it isn't obvious what the root cause for that is, and I don't see any network-related errors. |
|
Many tests failed with errors like the following: /test e2e-gcp |
|
Looks like there's been some activity to address the rate limiting issue: openshift/release#16256, but evidently it isn't completely resolved. |
|
/test e2e-gcp |
|
Still hitting GCE API rate limiting... |
|
/test e2e-gcp |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dcbw, knobunc, 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 |
|
/bugzilla refresh Recalculating validity in case the underlying Bugzilla bug has changed. |
|
@openshift-bot: This pull request references Bugzilla bug 1928773, 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 |
|
@lihongan: This pull request references Bugzilla bug 1928773, 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. |
|
@Miciah: This pull request references Bugzilla bug 1928773, 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. |
|
(Patch-Manager) approved. |
|
@Miciah: All pull requests linked via external trackers have merged: Bugzilla bug 1928773 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 does the equivalent of openshift/sdn#261 for OVN-K. We can remove this hack when we support ITP:preferLocal in the future. Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
This PR does the equivalent of openshift/sdn#261 for OVN-K. We can remove this hack when we support ITP:preferLocal in the future. Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
This PR does the equivalent of openshift/sdn#261 for OVN-K. We can remove this hack when we support ITP:preferLocal in the future. Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
This PR does the equivalent of openshift/sdn#261 for OVN-K. We can remove this hack when we support ITP:preferLocal in the future. Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com>
This PR does the equivalent of openshift/sdn#261 for OVN-K. We can remove this hack when we support ITP:preferLocal in the future. Signed-off-by: Surya Seetharaman <suryaseetharaman.9@gmail.com> (cherry picked from commit bfe85db) Conflicts: go-controller/pkg/ovn/controller/services/load_balancer.go just a minor comment conflict since ETP=local and LGW refactor don't exist in 4.9
Bump the vendored github.com/openshift/kubernetes to pick up openshift/kubernetes@3a52825: "UPSTREAM: <carry>: Prefer local endpoint for cluster DNS service".
This bump incidentally picks up commit openshift/kubernetes@6d9f2fe: "UPSTREAM: 95252: Kube-proxy: Perf-fix: Shrink INPUT chain".
go.mod: Bump github.com/openshift/kubernetes.go.sum:vendor/modules.txt: Regenerate.vendor/k8s.io/kubernetes/pkg/proxy/iptables/proxier.go: Bump.