Skip to content

stellar/soroban-rpc chart: core cfg needs updated settings #113

@sreuland

Description

@sreuland

What version are you using?

latest helm chart for stellar/soroban-rpc

What did you do?

helm install my-rpc stellar/soroban-rpc --set global.image.sorobanRpc.tag=22.1.1 --set sorobanRpc.persistence.enabled=true --set sorobanRpc.persistence.storageClass=default --set sorobanRpc.resources.limits.cpu=1 --set sorobanRpc.resources.limits.memory=2560Mi

What did you expect to see?

  • the chart name should reflect the newer product name of stellar-rpc
  • the deployed pod for rpc instance should be in running state.

What did you see instead?

crashloop backoff on the pod with error logs indicating the captive core cfg file has deprecated settings:

$ kubectl logs my-rpc-soroban-rpc-0 
time="2025-03-11T20:24:36.113Z" level=info msg="starting Stellar RPC" commit=05947eaadfbbf7f702659fa42fbe208f30343d26 pid=1 version=22.1.1-05947eaadfbbf7f702659fa42fbe208f30343d26
time="2025-03-11T20:24:36.113Z" level=fatal msg="Invalid captive core toml" error="could not unmarshal captive core toml: these fields are not supported by captive core: [\"EXPERIMENTAL_BUCKETLIST_DB\" \"EXPERIMENTAL_BUCKETLIST_DB_INDEX_PAGE_SIZE_EXPONENT\"]" pid=1


Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions