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",
|
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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user