Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSV-node HostAddress settings missing #401

Open
GiraeffleAeffle opened this issue Jun 21, 2023 · 0 comments
Open

SSV-node HostAddress settings missing #401

GiraeffleAeffle opened this issue Jun 21, 2023 · 0 comments

Comments

@GiraeffleAeffle
Copy link
Contributor

GiraeffleAeffle commented Jun 21, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant