kopeio / etcd-manager

operator for etcd: moved to https://github.com/kubernetes-sigs/etcdadm
Apache License 2.0
164 stars 47 forks source link

Restore Results In 0.0.0.0:8081: bind: address already in use if ETCD_LISTEN_METRICS_URLS is used #368

Closed granular-ryanbonham closed 3 years ago

granular-ryanbonham commented 3 years ago

Etcdmanager can not do a restore if ETCD_LISTEN_METRICS_URLS is in use. It tries to apply those settings to etcd used by the restore process resulting in etcdmain: listen tcp 0.0.0.0:8081: bind: address already in use.

Current workound is to disable ETCD_LISTEN_METRICS_URLS then do the restore.

granular-ryanbonham commented 3 years ago

https://github.com/kopeio/etcd-manager/pull/369

rifelpet commented 3 years ago

looks like this issue can be closed