-
Create a disk on google cloud:
gcloud compute disks create geth-data-testnet --zone europe-west1-c --size 200 --type pd-standard
-
Fill in the values in
staging/values.yaml
-
Install the Helm chart:
helm install --name geth-testnet --namespace ethereum-service-testnet -f ./staging/values.yaml ./geth-chart/
- Tainting nodes:
- kubectl taint node gke-production-geth-pool-2422b335-9xlg dedicated=geth:NoSchedule