Merge pull request #9392 from fuweid/fix-ci
fix: podsandbox depends on Lease plugin
This commit is contained in:
commit
01f3937248
@ -48,6 +48,7 @@ func init() {
|
||||
ID: "podsandbox",
|
||||
Requires: []plugin.Type{
|
||||
plugins.EventPlugin,
|
||||
plugins.LeasePlugin,
|
||||
plugins.ServicePlugin,
|
||||
},
|
||||
InitFn: func(ic *plugin.InitContext) (interface{}, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user