You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
./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。
The text was updated successfully, but these errors were encountered:
./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 -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。
The text was updated successfully, but these errors were encountered: