Closed BlackSunday001 closed 5 years ago
I am running etcd (version 3.3.11)
rpm -qa etcd
etcd-3.3.11-2.el7.centos.x86_64
Everything is ok.
Is my configuration problem
bind SRV Analysis correct:
_etcd-server._tcp.k8s.com. IN SRV 10 10 2380 etcd1
_etcd-server._tcp.k8s.com. IN SRV 10 10 2380 etcd2
_etcd-server._tcp.k8s.com. IN SRV 10 10 2380 etcd3
_etcd-client._tcp.k8s.com. IN SRV 10 10 2379 etcd1
_etcd-client._tcp.k8s.com. IN SRV 10 10 2379 etcd2
_etcd-client._tcp.k8s.com. IN SRV 10 10 2379 etcd3
2380 is etcd server port 2379 is other Client link port
Thinks
Thanks
Please read https://github.com/etcd-io/etcd/blob/master/Documentation/reporting_bugs.md. Hi:
I have a private Internel ,
used
Bind
Configuration SRV , it is not worksDNS test:
etcd config:
is not works
/var/log/messages:
But I used
dnsmasq
Configuration SRV , it is works`/etc/dnsmasq_hosts
/etc/dnsmasq.conf
Etcd config file Same as above
Bind