You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kurtosis run --enclave kt-enclave github.com/kurtosis-tech/ethereum-package
kurtosis files inspect kt-enclave el_cl_genesis_data
Error: An error occurred running command'inspect'
Caused by: An error occurred calling the run functionforcommand'inspect'
Caused by: An error occurred inspecting files from artifact identifier 'el_cl_genesis_data', enclave 'kt-enclave'
Caused by: An error occurred inspecting file artifacts
Caused by: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (6419022 vs. 4194304)
What's your CLI version?
0.88.13
Description & steps to reproduce
Could you guys please extend the grpc limit, so larger objects could be inspected on the fly?
https://pkg.go.dev/google.golang.org/grpc?utm_source=godoc#MaxCallSendMsgSize
Desired behavior
I would like to be able to inspect
el_cl_genesis_data
objects without needing to dump them to disk.What is the severity of this bug?
Painful; this is causing significant friction in my workflow.
What area of the product does this pertain to?
CLI: the Command Line Interface
The text was updated successfully, but these errors were encountered: