Skip to content

Commit a29b44a

Browse files
committed
fix: add large grpc debug
Signed-off-by: Paul Bastide <[email protected]>
1 parent 18ea2fc commit a29b44a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/power-dra-kubeletplugin/driver.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ func NewDriver(ctx context.Context, config *Config) (*driver, error) {
4242
kubeletplugin.NodeName(config.flags.nodeName),
4343
kubeletplugin.DriverName(DriverName),
4444
kubeletplugin.RegistrarDirectoryPath(PluginRegistrationPath),
45-
kubeletplugin.PluginDataDirectoryPath(DriverPluginSocketPath))
45+
kubeletplugin.PluginDataDirectoryPath(DriverPluginSocketPath),
46+
kubeletplugin.GRPCVerbosity(99))
4647
if err != nil {
4748
return nil, err
4849
}

0 commit comments

Comments
 (0)