Merge pull request #596 from Random-Liu/remove-wrong-comment
Remove wrong comment. CRI is actually a grpc plugin of containerd now.
This commit is contained in:
commit
2fa185c09f
1
cri.go
1
cri.go
@ -32,7 +32,6 @@ import (
|
|||||||
func init() {
|
func init() {
|
||||||
config := options.DefaultConfig().PluginConfig
|
config := options.DefaultConfig().PluginConfig
|
||||||
plugin.Register(&plugin.Registration{
|
plugin.Register(&plugin.Registration{
|
||||||
// In fact, cri is not strictly a GRPC plugin now.
|
|
||||||
Type: plugin.GRPCPlugin,
|
Type: plugin.GRPCPlugin,
|
||||||
ID: "cri",
|
ID: "cri",
|
||||||
Config: &config,
|
Config: &config,
|
||||||
|
Loading…
Reference in New Issue
Block a user