-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: Add deployment option for etherlink #16
base: main
Are you sure you want to change the base?
Conversation
You might want to use a full node and not a rolling node, otherwise initially recovery will not be good. |
This is a POC values.yaml to deploy a octez-node + octez-rollup-node + octez-evm-node stack on k8s. Yes in prod we can deploy a full octez-node for better recovery. As for snapshot url this is a value passed to chart, I think it would be better to let user determine the url instead of making decision for them. I can add some comments in the default values.yaml to point to tzinit url for better documentation of etherlink snapshot. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you using --devmode?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How are you seeding the EVM directory? From a static snapshot?
this is what is in prod for ghostnet now, and we plan to be in consistent with the prod |
It is build on top of the rollup state |
From the core dev team on --devmode "The argument is kept for backward compatibility but is being ignored by the node" What is the perceived difference? On the rollup state - is the rollup node down at the time you do the evm-node initialisation? If not, it probably needs to be. |
Okay, I will delete it
the rollup is not in shutdown state, but when evm init from rollup, it would try to acquire the lock first, rollup will be in waiting state when evm acquires the lock, I double checked with dev team and got the confirmation. |
I'm surprised they confirmed on this. I will double check because I got the opposite answer. |
be165f4
to
857e111
Compare
example for values.yaml