From 447c2284cfdb4ae10f96ad9cb8163c87951ebcee Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Tue, 6 Feb 2018 00:45:03 +0000 Subject: [PATCH] Remove wrong comment. CRI is actually a grpc plugin of containerd now. Signed-off-by: Lantao Liu --- cri.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cri.go b/cri.go index aa6a61d7c..3792bf1fd 100644 --- a/cri.go +++ b/cri.go @@ -32,7 +32,6 @@ import ( func init() { config := options.DefaultConfig().PluginConfig plugin.Register(&plugin.Registration{ - // In fact, cri is not strictly a GRPC plugin now. Type: plugin.GRPCPlugin, ID: "cri", Config: &config,