Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

SSV-node HostAddress settings missing #401

@GiraeffleAeffle

Description

@GiraeffleAeffle

Background

The ssv-node UDP service is not working with the current state of the helm charts, because the HostAddress ( external IP of k8s cluster ) is not configured in the configmap.yaml. This has the effect that other participants in the p2p network can't be found and connected to.
In the ssv docs manual how to run a node they provide a section with other configuration which is not part of the helm charts in the current form.

p2p:
  HostAddress: 206.22.63.189
  UdpPort: 12001
  TcpPort: 13001

Solution

Analog to the init container in the statefulset of the lighthouse or teku chart the external IP would have to be grabbed by writing a script like here that adds this configuration to the configmap.yaml.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions