strangelove-ventures / cosmos-operator

Cosmos Operator is a kubernetes operator for managing cosmos nodes
Apache License 2.0
75 stars 18 forks source link

Support for unique external_address in config.toml #398

Closed danbryan closed 8 months ago

danbryan commented 8 months ago

We need to advertise our p2p ids, and defining a single one in config.toml wont work, cause the public ip is dependent on which node the pod is scheduled on. It would be nice if there was a way in the operator to say something like. external_address = true , and then it uses ifconfig to determine the address before run time