coreos / etcd-operator

etcd operator creates/configures/manages etcd clusters atop Kubernetes
https://coreos.com/blog/introducing-the-etcd-operator.html
Apache License 2.0
1.75k stars 741 forks source link

"Failed to create replacing dead member event" due to namespace #2161

Closed RJPercival closed 4 years ago

RJPercival commented 4 years ago

2 of the 5 nodes in my Etcd cluster have died and not been replaced by etcd-operator. If I examine the logs, I can see: failed to create replacing dead member event: the namespace of the provided object does not match the namespace sent on the request

The etcd-operator is running in the "default" namespace while the Etcd cluster is running in a different namespace.

RJPercival commented 4 years ago

I suspect this was fixed by #2026.