fix: podsandbox depends on Lease plugin

introduced by 09723a6175

Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
Wei Fu 2023-11-17 23:29:04 +08:00
parent 7ea66e3af7
commit f6c4de6b53

View File

@ -48,6 +48,7 @@ func init() {
ID: "podsandbox", ID: "podsandbox",
Requires: []plugin.Type{ Requires: []plugin.Type{
plugins.EventPlugin, plugins.EventPlugin,
plugins.LeasePlugin,
plugins.ServicePlugin, plugins.ServicePlugin,
}, },
InitFn: func(ic *plugin.InitContext) (interface{}, error) { InitFn: func(ic *plugin.InitContext) (interface{}, error) {