-
Notifications
You must be signed in to change notification settings - Fork 46
improve(docs): [part 2] further node operator docs improvements #6365
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
improve(docs): [part 2] further node operator docs improvements #6365
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 4 Skipped Deployments
|
3c97265
to
23f6348
Compare
ffbfe6b
to
087ebb4
Compare
087ebb4
to
9905ebf
Compare
@gokhan-simsek-iota we had a call to review the PR, the fullnode-docker-setup archive workflow is now completely overhauled, and we fixed the instruction docs to match |
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
state-archive-read-config: | ||
- object-store-config: | ||
object-store: "GCS" | ||
# Use iota-mainnet-archive for mainnet |
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.
we are not using GCS at the moment, we should clarify it
object-store: "S3" | ||
# Use iota-testnet-archive for testnet | ||
# Use iota-mainnet-archive for mainnet | ||
bucket: "iota-<testnet|mainnet>-archive" |
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.
we are not using AWS S3 for public archive usage. users need to use aws-endpoint
instead and enable virtual-hosted style. you can refer to this
Description of change
Second part of further improvements to node/validator operator docs.
(First part: #6031)
Changes apart from the issues in the next section:
setups/fullnode/systemd/setup.sh
scriptdocs/content/operator/full-node/docker.mdx
Links to any relevant issues
Partially solves #6017.
Specifically these issues:
Type of change
Choose a type of change, and delete any options that are not relevant.
How the change has been tested
Run docs locally:
Src: https://github.com/iotaledger/iota/tree/develop/docs
Change checklist
Tick the boxes that are relevant to your changes, and delete any items that are not.