Skip to content

rehive/geth-helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

geth-helm-chart

  1. Create a disk on google cloud: gcloud compute disks create geth-data-testnet --zone europe-west1-c --size 200 --type pd-standard

  2. Fill in the values in staging/values.yaml

  3. Install the Helm chart: helm install --name geth-testnet --namespace ethereum-service-testnet -f ./staging/values.yaml ./geth-chart/

misc

  1. Tainting nodes:
  2. kubectl taint node gke-production-geth-pool-2422b335-9xlg dedicated=geth:NoSchedule

About

A Helm chart for running Geth on Kubernetes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages