Open huangjie0515 opened 1 year ago
./confd -backend redis -confdir /home/confd/conf -node 192.168.0.10:7000,192.168.0.11:7000,192.168.0.12:7000 -interval 5 I'm using version v0.16.0。I use this command to launch confd and return this error below.
FATAL dial tcp: address 192.168.0.10:7000,192.168.0.11:7000,192.168.0.12:7000: too many colons in address。
oh ,I have fixed this issue (etcd confd version),my right way is :
./confd -watch -backend etcdv3 -node 192.168.0.1:12257 -node 192.168.0.2:12257 -node 192.168.0.3:12257
./confd -backend redis -confdir /home/confd/conf -node 192.168.0.10:7000,192.168.0.11:7000,192.168.0.12:7000 -interval 5 I'm using version v0.16.0。I use this command to launch confd and return this error below.
FATAL dial tcp: address 192.168.0.10:7000,192.168.0.11:7000,192.168.0.12:7000: too many colons in address。