ethpandaops / ethereum-helm-charts

A set of Helm charts to run multiple components of the Ethereum blockchain on Kubernetes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reth crash loop

Kampe opened this issue · comments

Seeing this trying to run reth 0.0.13 once it gets to execution

 

2024-02-20T20:09:10.044000Z  INFO reth 0.1.0-alpha.19 (6dc30b4) starting |  
-- | --
  |   | /app/bin/reth/src/builder.rs:460:14 |  
  |   | Location: |  
  |   |   |  
  |   |   |  
  |   | 1: invalid type: map, expected a duration |  
  |   | 1:    \| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |  
  |   | 1: 26 \| [stages.execution.max_duration] |  
  |   | 1:    \| |  
  |   | 1: TOML parse error at line 26, column 1 |  
  |   | 0: Bad TOML data |  
  |   | Caused by: |  
  |   |   |  
  |   | Error: Could not load config file "/data/config.toml"



Nothing special about how we're initializing the pod or anything with Helm, just normal install of the chart.

values:

        persistence:
          enabled: true
          size: 3Ti
          storageClassName: gp3
        serviceMonitor:
          enabled: true
          namespace: monitoring
          labels:
            instance: primary
          path: /metrics

Is this still a problem?

Please reopen the issue if you still having issues with this helm chart.