-
Notifications
You must be signed in to change notification settings - Fork 1.1k
[1.20] oci: do not use conmon for exec sync #4954
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
[1.20] oci: do not use conmon for exec sync #4954
Conversation
It is not really needed, and causes unnecessary overhead. Plus, we drop an unkillable child from the mix allowing cri-o to keep track of its children better. Signed-off-by: Peter Hunt <[email protected]> Signed-off-by: Sascha Grunert <[email protected]>
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: saschagrunert 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 |
b19b018 to
4a60ec3
Compare
Signed-off-by: Peter Hunt <[email protected]> Signed-off-by: Sascha Grunert <[email protected]>
4a60ec3 to
046d81f
Compare
Signed-off-by: Sascha Grunert <[email protected]>
Codecov Report
@@ Coverage Diff @@
## release-1.20 #4954 +/- ##
================================================
+ Coverage 40.62% 41.22% +0.59%
================================================
Files 117 117
Lines 9449 9487 +38
================================================
+ Hits 3839 3911 +72
+ Misses 5177 5124 -53
- Partials 433 452 +19 |
|
@mrunalp @haircommander PTAL |
|
/lgtm |
What type of PR is this?
/kind bug
What this PR does / why we need it:
It is not really needed, and causes unnecessary overhead. Plus, we drop an unkillable child from the mix
allowing cri-o to keep track of its children better.
Which issue(s) this PR fixes:
Backport of #4943
Special notes for your reviewer:
None
Does this PR introduce a user-facing change?