xmudrii/etcdproxy-controller

EtcdProxyController Services are pointing to all etcd-proxy pods instead to specific pods

Closed this issue · 0 comments

We're creating Services in the EtcdProxyController namespace (in order to expose etcd to API Servers) with the controller: epc selector. However, in case we have multiple EtcdStorages/EtcdProxy pods, all services point to all etcd proxy pods.

Expected behavior is that a Service points only to relevant EtcdProxy pods, e.g. if we have etcd-sample-apiserver service, it points only to sample-apiserver EtcdProxy pods.