Skip to content

Conversation

@dmcgowan
Copy link
Member

Moves the sandbox store plugin under the plugins packages and adds a unique plugin type for other plugins to depend on it. Updates the sandbox controller plugin to depend on the sandbox store plugin.

The service plugin type should not be used for core interfaces which other (non-grpc) services depend on. We are trying to move away from the pattern originally used by the CRI plugin of directly using the proto API for clients and heavily relying on service plugins, with the goal of the CRI logic sitting in plugins at or below the service plugin level (rather than grpc service plugin level which is on top in the plugin dependency tree). The sandbox controller also needs updating but requires more updates to the controller interface.

@dmcgowan dmcgowan marked this pull request as draft December 21, 2022 03:35
Moves the sandbox store plugin under the plugins packages and adds a
unique plugin type for other plugins to depend on it.
Updates the sandbox controller plugin to depend on the sandbox store
plugin.

Signed-off-by: Derek McGowan <[email protected]>
@dmcgowan dmcgowan force-pushed the sandbox-store-local-plugin branch from 8bdd3b8 to 47fee79 Compare December 21, 2022 07:06
@dmcgowan dmcgowan marked this pull request as ready for review December 21, 2022 16:53
@dmcgowan dmcgowan added this to the 1.7 milestone Dec 21, 2022
@AkihiroSuda AkihiroSuda merged commit 24a255c into containerd:main Jan 3, 2023
@dmcgowan dmcgowan deleted the sandbox-store-local-plugin branch April 20, 2024 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

3 participants