Rimantas (Rimas) Mocevicius

Results 150 comments of Rimantas (Rimas) Mocevicius

yup, as you can see below it is `etcd-cluster-client`. ``` $ k get service NAME CLUSTER-IP EXTERNAL-IP PORT(S) AGE etcd-cluster None 2379/TCP,2380/TCP 2h etcd-cluster-client 10.3.0.149 2379/TCP 2h ``` ``` $...

``` root@patroni3-patroni-0:/home/postgres# curl http://etcd-cluster-client:2379/v2/machines http://etcd-cluster-0000.etcd-cluster.spcqm-system.svc:2379, http://etcd-cluster-0001.etcd-cluster.spcqm-system.svc:2379, http://etcd-cluster-0002.etcd-cluster.spcqm-system.svc:2379 ``` looks good there

``` root@patroni3-patroni-0:/home/postgres# env | grep ETCD_HOST ETCD_HOST=etcd-cluster-client ```

``` root@patroni3-patroni-0:/home/postgres# curl http://etcd-cluster-0000.etcd-cluster.spcqm-system.svc:2379 404 page not found ```

etcd-operator is installed to the same namespace as patroni

DNS check of the POD is fine: ``` kubectl exec busybox -- nslookup etcd-cluster-0000.etcd-cluster.spcqm-system.svc Server: 10.3.0.10 Address 1: 10.3.0.10 kube-dns.kube-system.svc.cluster.local Name: etcd-cluster-0000.etcd-cluster.spcqm-system.svc Address 1: 10.2.4.13 etcd-cluster-0000.etcd-cluster.spcqm-system.svc.cluster.local ```

it is more patroni related issue, etcd-operator is functioning fine, I do not have `RBAC` enabled there

chart’s readme says that etcd_host is not used

i will play remove that dependency tomorrow, but if that env var is not used by patroni patroni should fail

sure will play with the chart tomorrow and also will check that stuff too On Wed, 4 Oct 2017 at 20:31, Alexander Kukushkin wrote: > chart’s readme says that etcd_host...