Skip to content

Commit d7689ae

Browse files
committed
Remove CRI plugin config after migrating
Signed-off-by: Derek McGowan <[email protected]>
1 parent f48f61f commit d7689ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/cri/server/base/cri_base.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ func init() {
6969
conf := c.(map[string]interface{})
7070
migrateConfig(conf)
7171
plugins["io.containerd.internal.v1.cri"] = conf
72+
delete(plugins, "io.containerd.grpc.v1.cri")
7273
return nil
7374
},
7475
InitFn: initCRIBase,

0 commit comments

Comments
 (0)