-
Notifications
You must be signed in to change notification settings - Fork 0
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
Node documentation. #6
Comments
Hi! Thanks for bringing this up. The reason the script is there is because we wanted to make running the node seamless for less experienced operators. But it's a valid point that ideally running via docker directly should be documented better. Just to better understand your expectations. Currently, the way it works, is that the docker container runs the
|
1)I am aware of 1 but I am just stating it shouldn't be the way documents constructed. I know I can pull the details from script but someone who recently joined might have no idea that script actually involves docker and assume there is no docker deployment. In general going around checking flags from cli or scripts code shouldn't be the way. 2)Yes but with explanations on what they do etc instead of just putting flags there. You could just create like running node example with only few flags required for the node to work. Maybe one more for for validator then put rest of all the flags under some advanced category or something like that. There are hundreds of node clients out there having a structure similar to any of them would be fine. |
We will add docs and some examples. We'll let you know when it is done. |
Did you read the documentation and guides?
Is there an existing issue?
Description of the problem
Aleph node needed to have documentation on details around docker deployment. If proper documentation exists, everyone can deploy according to their needs and have a better experience in general through updates and everything since if they add some extra flag, they would know why they added it.
At the current state, script changes some files, mostly that's pulling chainspec file and rarely making other adjustments. There are more reliable ways to do this than script. Not to mention one of our servers 10.2 not recognized as an update, so the script updated the directory but kept pulling 10.1 instead of 10.2. Anyone could miss that and assume it's updated. This is problematic, considering the network might have problems and a fast response is required. Typically something like docker run aleph 10.1 --some flags command or directly latest tag here on docker-compose. We use the script, and when issues like this happen, we need to go through the script's code see what exactly sends as a command to fix the problem etc. If documentation exists, everyone can do their deployment and streamline their deployment process without relying on an unreliable scrip that could fail for various reasons.
Information on your setup.
While issue is with script I open this issue to make script a secondary option for docker deployments.
Steps to reproduce
No response
Did you attach relevant logs?
The text was updated successfully, but these errors were encountered: