Skip to content

Commit

Permalink
add hint about psp and hostPath
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianMeister committed Jun 25, 2018
1 parent ea98e4e commit b15f60a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ the deployment will set up a [geth](https://github.com/ethereum/go-ethereum) clu

## limitations
* persistent storage of blocks and any data that is usually in the `datadir` (like `.ethereum`) is done via [hostPath](https://kubernetes.io/docs/concepts/storage/volumes/#hostpath) -> make sure to keep it clean, as it is not managed (usually `rm -rf /var/lib/docker/geth-storage` on all k8s nodes should do the trick)
also **make sure to disable the PodSecurityPolicy for `hostPath` or whitelist `/var/lib/docker` in your PodSecurityPolicy**
* depending on the workers (cpu) the mining time may vary

## configuration
Expand Down

0 comments on commit b15f60a

Please sign in to comment.