Add shim cgroup support for v2 runtimes#3292
Conversation
Signed-off-by: Michael Crosby <[email protected]>
|
Build succeeded.
|
Closes containerd#3198 Signed-off-by: Michael Crosby <[email protected]>
d465bd1 to
fe6a2b0
Compare
|
Build succeeded.
|
Codecov Report
@@ Coverage Diff @@
## master #3292 +/- ##
==========================================
- Coverage 44.4% 44.38% -0.03%
==========================================
Files 113 113
Lines 12231 12237 +6
==========================================
Hits 5431 5431
- Misses 5966 5972 +6
Partials 834 834
Continue to review full report at Codecov.
|
|
LGTM |
|
LGTM The behavior that |
Is the interaction between containerd and the shim binary documented anywhere? Maybe we can create a separate issue for that then get this merged. |
|
It has always overwritten these options. Task specific runtime opts take precedence over runtime configured options. |
This also has a change where task opts are passed to shims via STDIN for early inspection.