-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue when launching new default cluster #168
Comments
@vcastellm we saw this issue as well a few days back and it seemed to happen after the
At the time of this post, it seems like the |
It would be better to pin the image to a specific version, wdyt? |
My workaround at this moment is running using an specific commit from this repo:
|
In Kurtosis CDK, we've pinned it to v1.11.0-rc.2 |
Pinning the correct combination of images fixes the kurtosis setup, use this as reference https://gist.github.com/vcastellm/43d9c74c752435c934114841e1039cc2 oneliner:
|
When running a new enclave:
kurtosis run github.com/ethpandaops/optimism-package --args-file https://raw.githubusercontent.com/ethpandaops/optimism-package/main/network_params.yaml --enclave op
It worked some days ago, today it's constantly failing with the error:
"Application failed" message="failed to setup: unable to create the rollup node config: failed to decode rollup config: json: unknown fiel d \"chain_op_config\"
Looks like an update to the CL image?
The text was updated successfully, but these errors were encountered: