File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -199,6 +199,15 @@ The metrics API version will be incremented when breaking changes are made to th
199199output. New metrics can be added to the output in a backwards compatible manner without
200200bumping the API version.
201201
202+ ### Plugins API
203+
204+ containerd is based on a modular design where plugins are implemented to provide the core functionality.
205+ Plugins implemented in tree are supported by the containerd community unless explicitly specified as non-stable.
206+ Out of tree plugins are not supported by the containerd maintainers.
207+
208+ Currently, the Windows runtime and snapshot plugins are not stable and not supported.
209+ Please refer to the github milestones for Windows support in a future release.
210+
202211#### Error Codes
203212
204213Error codes will not change in a patch release, unless a missing error code
You can’t perform that action at this time.
0 commit comments