From f6c4de6b532bf5ce50163f00365697e97b27cf98 Mon Sep 17 00:00:00 2001 From: Wei Fu Date: Fri, 17 Nov 2023 23:29:04 +0800 Subject: [PATCH] fix: podsandbox depends on Lease plugin introduced by 09723a61755ffe5312ac7f0f65949f10b5931b91 Signed-off-by: Wei Fu --- pkg/cri/server/podsandbox/controller.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/cri/server/podsandbox/controller.go b/pkg/cri/server/podsandbox/controller.go index ff3de7a0f..0d37179d3 100644 --- a/pkg/cri/server/podsandbox/controller.go +++ b/pkg/cri/server/podsandbox/controller.go @@ -48,6 +48,7 @@ func init() { ID: "podsandbox", Requires: []plugin.Type{ plugins.EventPlugin, + plugins.LeasePlugin, plugins.ServicePlugin, }, InitFn: func(ic *plugin.InitContext) (interface{}, error) {