Closed Quentin-M closed 3 years ago
I am having an issue starting this version of etcd on our dev cluster due to the following error, which is addressed quite nicely in 3.5 by just exposing SO_REUSEPORT, etc. I had to comment out the metrics server, should dive deeper into the issue and/or make metrics configurable if needed.
In the meantime, I think we can merge as this provides value to local testing and Kubernetes usage, which nobody I believe uses and therefore does not require backward compatibility.
level=error msg="failed to seed the cluster" error="failed to start etcd: listen tcp 127.0.0.1:2381: bind: address already in use"
//etcdCfg.ListenMetricsUrls = append(metricsURLs(c.cfg.BindAddress), metricsURLs("127.0.0.1")...)
//etcdCfg.Metrics = "extensive"
While the etcd-cloud-operator has been serving us amazingly on top of AWS the past several years, support for Kubernetes within the etcd-cloud-operator has been 3rd party contributed and not directly supported / tested. This PR provides a first pass of fixes.
CHANGELOG
TODO
QUICK TESTING