mirror of
https://github.com/containerd/containerd.git
synced 2026-08-11 01:26:26 +00:00
Update fuzz to use new config location
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -54,10 +54,12 @@ func startDaemon() {
|
||||
Debug: config.Debug{
|
||||
Level: "debug",
|
||||
},
|
||||
GRPC: config.GRPCConfig{
|
||||
Address: defaultAddress,
|
||||
MaxRecvMsgSize: defaults.DefaultMaxRecvMsgSize,
|
||||
MaxSendMsgSize: defaults.DefaultMaxSendMsgSize,
|
||||
Plugins: map[string]any{
|
||||
"io.containerd.server.v1.grpc": map[string]any{
|
||||
"address": defaultAddress,
|
||||
"max_recv_message_size": defaults.DefaultMaxRecvMsgSize,
|
||||
"max_send_message_size": defaults.DefaultMaxSendMsgSize,
|
||||
},
|
||||
},
|
||||
DisabledPlugins: []string{},
|
||||
RequiredPlugins: []string{},
|
||||
|
||||
Reference in New Issue
Block a user