kuberneteth icon indicating copy to clipboard operation
kuberneteth copied to clipboard

[ Ethereum + Kubernetes ] deploy a private ethereum blockchain network with kubernetes

Results 6 kuberneteth issues
Sort by recently updated
recently updated
newest added

Hi, how can I resolve this error? the following is the output suggestions much appriciated. kubectl apply -f deployment.yaml configmap/gethconfig-miner unchanged configmap/monitor-config unchanged configmap/genesis-config unchanged service/miner-svc unchanged service/geth-bootnode-svc unchanged pod/geth-boot-node-pod...

I get this when running the `deployment.yaml`: ``` cjsMBP15:kuberneteth cj1$ minikube start 😄 minikube v1.16.0 on Darwin 10.14.6 ✨ Using the docker driver based on existing profile 👍 Starting control...

@MaximilianMeister I solved this problem. I found a same log in miner-pod . I look https://godoc.org/github.com/ethereum/go-ethereum/eth#Config GasPrice -> MinerGasPrice, MinerThreads -> not found I changed node.toml.erb and deployment.yaml.erb. Pull request

as mentioned in https://github.com/MaximilianMeister/kuberneteth/issues/5#issuecomment-421634765 ``` Fatal: /etc/geth/miner/gethconfig.toml, line 7: field 'MinerThreads' is not defined in eth.Config, see https://godoc.org/github.com/ethereum/go-ethereum/eth#Config for available fields Fatal: /etc/geth/miner/gethconfig.toml, line 7: field 'MinerThreads' is not defined...

running Kubernetes 1.8 in minikube on macOS. Deployment applied without errors. The miner pod outputs the following logs ``` [lazzarello@strop kuberneteth (master)]$ kubectl get pods NAME READY STATUS RESTARTS AGE...