Merge pull request #9392 from fuweid/fix-ci

fix: podsandbox depends on Lease plugin
This commit is contained in:
Derek McGowan
2023-11-17 18:00:01 +00:00
committed by GitHub

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) {