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
While trying to launch a cluster alone I experienced some discrepancies between the docs and the launchpad.
On the last step Create Cluster I get a docker command to create the required private keys and metadata for my configuration. Then on step 4.3 I'm being sent to the docs, where according to them I should do docker compose up --build -d. However, nowhere in the launchpad I had to clone a repo or get a compose file.
🛠️ Proposed solution
Add
# Clone the repo
git clone https://github.com/ObolNetwork/charon-distributed-validator-cluster.git
Should be good to add as well a comment to adjust the amount of charon nodes spun up by the docker-compose.yml in charon-distributed-validator-cluster (comment out / add more), based on the configuration we chose from the launchpad. The default this compose file has are 6 nodes, while the default on launchpad are 4 nodes.
🧪 Tests
Be able to seamlessly follow the instructions 1:1 for running cluster alone via the launchpad.
Netlify deployment build tests passing
The text was updated successfully, but these errors were encountered:
* migrated the launcher and client support info from dvt.obol.tech to a new page titled "how and where to run DVs"
* added "clone the repo" to step 1 of quickstart group
* updated version
* Moving the "git clone" step earlier in the group quickstart and deleting it from step 4
* moved the beta warning to the top
* tried to adjust table width but ended up not doing it
* removing small fixes from this branch
* adding the "git clone" to the beginning of the quickstart alone, at the beginning.
See issue #341#341
* undoing changes, will start a new branch
* updated the table from the v1.1.0 release notes, added a bullet point list for launchers
---------
Co-authored-by: “Max <“[email protected]”>
🎯 Problem to be solved
While trying to launch a cluster alone I experienced some discrepancies between the docs and the launchpad.
On the last step Create Cluster I get a docker command to create the required private keys and metadata for my configuration. Then on step 4.3 I'm being sent to the docs, where according to them I should do
docker compose up --build -d
. However, nowhere in the launchpad I had to clone a repo or get a compose file.🛠️ Proposed solution
Add
in Step 1 under launchpad as well.
Should be good to add as well a comment to adjust the amount of charon nodes spun up by the
docker-compose.yml
incharon-distributed-validator-cluster
(comment out / add more), based on the configuration we chose from the launchpad. The default this compose file has are 6 nodes, while the default on launchpad are 4 nodes.🧪 Tests
Be able to seamlessly follow the instructions 1:1 for running cluster alone via the launchpad.
The text was updated successfully, but these errors were encountered: