Open tomaka opened 4 years ago
I've manually assigned a static IP on DigitalOcean, as a work-around for the bad configuration.
After look a bit into it, I think the best strategy is:
/dnsaddr/
multiaddresses for the bootnode addresses. This is unfortunately not supported by rust-libp2p
yet./dnsaddr/
addresses. It took me a couple minutes to find the specs, but here it is.In the meanwhile I'll add bootnode: 0
and bootnode: 1
labels on the Kubernetes nodes, so that pods get assigned their proper IP address.
cc #638
It turns out that https://github.com/tomaka/redshirt/pull/433 was a bad idea, and the bootnode's IP address keeps changing. I'm unfortunately not super experienced at this.