Open
Conversation
00e95b8 to
1279cc1
Compare
1279cc1 to
2b00a00
Compare
2b00a00 to
4499872
Compare
4499872 to
8265a6a
Compare
53e4393 to
75ec738
Compare
b0befdf to
718b7ad
Compare
Signed-off-by: ningmingxiao <ning.mingxiao@zte.com.cn>
718b7ad to
b3a2743
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix #11511
add containerd use less memory
shim write container log into file with k8s log format and I have to add a new reopen func to let shim reopen log when kubelet need to logroate logfile.
after this pr containerd memory reduce more than 20% (200 pods)
If containerd is exited the container init process can keep printing stdout/stderr log,because shim consume pipe and write container's log into a file (with k8s log format) and the pipe never full @dmcgowan @mxpv @fuweid can you take a look ?