fix: podsandbox depends on Lease plugin
introduced by 09723a6175
Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
parent
7ea66e3af7
commit
f6c4de6b53
@ -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