EigenDA Operator FAQ
I have a static IP/DNS address. How do I register and fix this address for EigenDA?
If you have a static IP address or DNS address set up to receive the traffic (i.e. running on k8s or have a load balancer in front of your EigenDA node) and you don't want EigenDA to automatically update IP which is sent to EigenDA while registering, then follow the steps to make sure correct IP is registered:
- Update the NODE_HOSTNAME to the public IP where you will want to recieve traffic.
- Opt-in using the provided steps.
- In order to disable the node IP address from being automatically updated, set the value of NODE_PUBLIC_IP_CHECK_INTERVAL to
0
.