Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add instruction to start a node with data from a snapshot archive
  • Loading branch information
PierreBesson authored Aug 11, 2021
1 parent 7cb380c commit f5eea32
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions charts/node/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ helm install polkadot-node parity/node

This will deploy a single Polkadot node with the default configuration.

### Deploying a node with data synced from a snapshot archive (eg. [Polkashot](https://polkashots.io/))

Polkadot:
```console
helm install polkadot-node parity/node --set node.chainDataSnapshotUrl=https://dot-rocksdb.polkashots.io/snapshot
```

Kusama:
```console
helm install kusama-node parity/node --set node.chainDataSnapshotUrl=https://ksm-rocksdb.polkashots.io/snapshot --set node.chainPath=ksmcc3
```
⚠️ For some chains where the local directory name is different from the chain ID, `node.chainPath` need to be set to a custom value.

## Parameters

### Common parameters
Expand Down

0 comments on commit f5eea32

Please sign in to comment.