Skip to content

Allow proxy plugins to have capabilities#10337

Merged
mxpv merged 1 commit intocontainerd:mainfrom
Kern--:proxy-capabilities
Jun 14, 2024
Merged

Allow proxy plugins to have capabilities#10337
mxpv merged 1 commit intocontainerd:mainfrom
Kern--:proxy-capabilities

Conversation

@Kern--
Copy link
Copy Markdown

@Kern-- Kern-- commented Jun 13, 2024

fixes #10313

This change allows proxy plugins to declare capabilities that get registered with the plugin.

For example, a remote snapshotter can declare that it supports native idmapping like:

[proxy_plugins.soci]
type=snapshot
address=/run/soci-snapshotter-grpc/soci-snapshotter-grpc.sock
capabilities=["id-map"]

@k8s-ci-robot
Copy link
Copy Markdown

Hi @Kern--. Thanks for your PR.

I'm waiting for a containerd member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow ProxyPlugins to declare capabilities

5 participants