shows our runc.v2 default options#5302
Merged
fuweid merged 2 commits intocontainerd:masterfrom Apr 9, 2021
Merged
Conversation
|
Build succeeded.
|
bc192de to
5028ba3
Compare
|
Build succeeded.
|
5028ba3 to
d77acde
Compare
|
Build succeeded.
|
d77acde to
63abb3a
Compare
Member
Author
|
rebased to test on re-enabled cri test |
|
Build succeeded.
|
Member
Author
|
needs rebase to merge in 7648ad2 |
63abb3a to
b8f2b55
Compare
Member
Author
|
rebase done ready for review.. |
|
Build succeeded.
|
Signed-off-by: Mike Brown <[email protected]>
Signed-off-by: Mike Brown <[email protected]>
b8f2b55 to
dd16b00
Compare
Member
Author
|
rebased to pick up CI fix ceb0875#diff-8563889eb6dad483119d8bc97418d0d7af505dca3a1f533629beac241b4529dfR35 |
|
Build succeeded.
|
fuweid
approved these changes
Apr 9, 2021
Member
fuweid
left a comment
There was a problem hiding this comment.
LGTM
previewed in my local. it is pretty good!
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.
When running the
containerd default configcommand this pr adds output to show the available runc options:and here's the
containerd default dumpoutput with justSystemdCgroup = falsesetthese map to the docs here:
and originate here:
https://github.com/containerd/containerd/blob/master/runtime/v2/runc/options/oci.proto#L9-L32
Signed-off-by: Mike Brown [email protected]