Skip to content
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] Add docs on node key set up #343

Closed
PierreBesson opened this issue May 15, 2024 · 0 comments · Fixed by #344
Closed

[node] Add docs on node key set up #343

PierreBesson opened this issue May 15, 2024 · 0 comments · Fixed by #344
Assignees

Comments

@PierreBesson
Copy link
Contributor

PierreBesson commented May 15, 2024

For bootnodes and now also for validators (paritytech/polkadot-sdk#3852), it is necessary to set up a network key, this should be reflected in our readme docs with examples on how to set it up:

  • node.customNodeKey, then add the key generated with polkadot key generate-node-key
  • Point existing node key k8s secret with node.existingSecrets.nodeKey
  • or set node.persistGeneratedNodeKey=true, this will generate a key on startup and store it to the volume
@BulatSaif BulatSaif self-assigned this May 17, 2024
BulatSaif added a commit that referenced this issue May 17, 2024
* add node keys

* update README.md

* fix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants