containerd icon indicating copy to clipboard operation
containerd copied to clipboard

docs: update registry config guide

Open ZhangShuaiyi opened this issue 1 year ago • 2 comments

Update registry config guide to use CRI service plugin type added in https://github.com/containerd/containerd/pull/9681

-       // CRIImagePlugin implements a cri image service
-       CRIImagePlugin plugin.Type = "io.containerd.cri.image.v1"
+       // CRIServicePlugin implements a cri service
+       CRIServicePlugin plugin.Type = "io.containerd.cri.v1"

Fix: #10074

ZhangShuaiyi avatar Apr 15 '24 05:04 ZhangShuaiyi

Hi @ZhangShuaiyi. 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.

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/test-infra repository.

k8s-ci-robot avatar Apr 15 '24 05:04 k8s-ci-robot

cc @dmcgowan

ZhangShuaiyi avatar Apr 23 '24 23:04 ZhangShuaiyi