Document plugins#2480
Conversation
f7fe69b to
2975a44
Compare
|
Can we remove containerd/design/plugins.md now? |
c2e31e7 to
707ebdf
Compare
Codecov Report
@@ Coverage Diff @@
## master #2480 +/- ##
=======================================
Coverage 44.76% 44.76%
=======================================
Files 93 93
Lines 9555 9555
=======================================
Hits 4277 4277
Misses 4585 4585
Partials 693 693
Continue to review full report at Codecov.
|
|
LGTM |
There was a problem hiding this comment.
nit: I would actually remove Using
There was a problem hiding this comment.
without needing to recompile the daemon ?
There was a problem hiding this comment.
allows extension through 2 methods:
- via a binary available in containerd's PATH
- by configuring containerd as a proxy to another gRPC service
?
There was a problem hiding this comment.
yeah I'll update to a format like that, I think that is clearer than a run-on sentence
There was a problem hiding this comment.
may be me not being a native speaker, but which defaults to made me think that you would display the content of the file, not its location.
There was a problem hiding this comment.
That is a reasonable interpretation of the sentence, changing to which by default is at to be more clear.
There was a problem hiding this comment.
s/with/using the pattern/ ?
707ebdf to
edff762
Compare
|
@mlaventure thanks for taking a look, updated |
There was a problem hiding this comment.
the use of proxy_plugin. is a bit confusing here maybe something like:
The string following
proxy_plugin.will be used as the name?
There was a problem hiding this comment.
updated, also the defaults to
|
Had one more comment, but LGTM otherwise |
edff762 to
63078d7
Compare
|
The document reads well, but the header capitalization doesn't seem to match the rest of our markdown files? I think we want initial capitals for words in headers? Pretty minor, and otherwise LGTM. |
Add plugins documentation to root. Mention configuring proxy plugins and runtime plugins. Signed-off-by: Derek McGowan <[email protected]>
Signed-off-by: Derek McGowan <[email protected]>
63078d7 to
1580ec5
Compare
Add plugins documentation to root as well as mention configuring proxy and runtime plugins.