We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7c7955 + a4482d9 commit 3050b36Copy full SHA for 3050b36
1 file changed
services/server/config/config.go
@@ -107,11 +107,6 @@ func (c *Config) ValidateV2() error {
107
return errors.Errorf("invalid plugin key URI %q expect io.containerd.x.vx", p)
108
}
109
110
- for p := range c.ProxyPlugins {
111
- if len(strings.Split(p, ".")) < 4 {
112
- return errors.Errorf("invalid proxy plugin key URI %q expect io.containerd.x.vx", p)
113
- }
114
115
return nil
116
117
0 commit comments