-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Restore graceful shutdown of DNS server #21009
Restore graceful shutdown of DNS server #21009
Conversation
Restore signal handling and graceful shutdown of DNS that had been added in commit 564ee03 but was subsequently lost during rebase in commit 564ee03. Graceful shutdown is necessary to ensure that when OpenShift's DNS server shuts down, we remove it from the dnsmasq configuration. This commit fixes bug 1624448. https://bugzilla.redhat.com/show_bug.cgi?id=1624448
/retest Looks like a flake:
|
/retest |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Miciah, smarterclayton 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 |
/cherrypick release-3.11 |
@smarterclayton: once the present PR merges, I will cherry-pick it on top of release-3.11 in a new PR and assign it to you. 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 kubernetes/test-infra repository. |
@smarterclayton: #21009 failed to apply on top of branch "release-3.11":
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 kubernetes/test-infra repository. |
@smarterclayton, cherry picking failed because 2924ec1, which renames |
Correct.
On Sep 18, 2018, at 6:21 PM, Miciah Dashiel Butler Masters < [email protected]> wrote:
@smarterclayton <https://github.com/smarterclayton>, cherry picking failed
because 2924ec1
<2924ec1>,
which renames pkg/cmd/server/start/start_network.go to
pkg/cmd/server/start/network/start_network.go, is in master but not in
release-3.11. We don't want that commit in release-3.11, right?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#21009 (comment)>,
or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABG_p5BNalNwiCnUD-cpG36kv3SKqf3Gks5ucR2JgaJpZM4Ws9X2>
.
|
Restore signal handling and graceful shutdown of DNS that had been added in c802e22 but was subsequently lost during rebase in 564ee03.
Graceful shutdown is necessary to ensure that when OpenShift's DNS server shuts down, we remove it from the dnsmasq configuration.
This commit fixes bug 1624448.
https://bugzilla.redhat.com/show_bug.cgi?id=1624448
@knobunc @ironcladlou @sdodson @smarterclayton