-
Notifications
You must be signed in to change notification settings - Fork 112
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
UPSTREAM: <carry>: Update kubensenter to use exec instead of subprocess #1350
Conversation
@lack: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
/cc @rphillips @deads2k |
/lgtm |
/approve |
/retest-required Remaining retests: 2 against base HEAD ed93380 and 8 for PR HEAD 01d1b4888b25a67db56f54e4efcb8d59cd7eb88a in total |
/retest-required Remaining retests: 1 against base HEAD ed93380 and 7 for PR HEAD 01d1b4888b25a67db56f54e4efcb8d59cd7eb88a in total |
/retest-required Remaining retests: 0 against base HEAD ed93380 and 6 for PR HEAD 01d1b4888b25a67db56f54e4efcb8d59cd7eb88a in total |
/retest-required |
1 similar comment
/retest-required |
/retest-required Remaining retests: 2 against base HEAD ee4fa9b and 5 for PR HEAD 01d1b4888b25a67db56f54e4efcb8d59cd7eb88a in total |
/retest-required Remaining retests: 2 against base HEAD d6a97e1 and 4 for PR HEAD 01d1b4888b25a67db56f54e4efcb8d59cd7eb88a in total |
/retest-required Remaining retests: 1 against base HEAD d6a97e1 and 3 for PR HEAD 01d1b4888b25a67db56f54e4efcb8d59cd7eb88a in total |
/retest-required Remaining retests: 2 against base HEAD c83b5d0 and 2 for PR HEAD 01d1b4888b25a67db56f54e4efcb8d59cd7eb88a in total |
/retest-required Remaining retests: 1 against base HEAD c83b5d0 and 1 for PR HEAD 01d1b4888b25a67db56f54e4efcb8d59cd7eb88a in total |
Because kubelet relies on systemd's Type=notify mechanism, we don't need or want kubensenter to keep itself in the process tree. exec is best. Signed-off-by: Jim Ramsay <jramsay@redhat.com>
@lack: the contents of this pull request could not be automatically validated. The following commits could not be validated and must be approved by a top-level approver:
Comment |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, deads2k, lack, mrunalp, rphillips 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 |
@lack: The following test failed, say
Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
Because kubelet relies on systemd's Type=notify mechanism, we don't need
or want kubensenter to keep itself in the process tree. exec is best.
Special notes for your reviewer:
See discussion here for more context, if needed: openshift/machine-config-operator#3274 (comment)
Does this PR introduce a user-facing change?