Etcd: i can't config the etcd by using the command flag

Created on 17 Nov 2016  路  5Comments  路  Source: etcd-io/etcd

Most helpful comment

@xiang90 are you a chinese people 锛熶綘鏄腑鍥戒汉鍚楋紵

All 5 comments

I do not understand you question. Can you elaborate? Also can you paste the text instead of using screenshots?

@xiang90 i want to set the listen-client-url to be 'http://0.0.0.0:2379' , but something seems to be wrong
my command ./etcd --listen-client-urls 'http://0.0.0.0:2379' and the terminal gives the response
2016-11-17 11:46:34.328536 E | etcdmain: error verifying flags, --advertise-client-urls is required when --listen-client-urls is set explicitly. See 'etcd --help'.
2016-11-17 11:46:34.328672 E | etcdmain: When listening on specific address(es), this etcd process must advertise accessible url(s) to each connected client.
what's wrong ?

@xiang90 are you a chinese people 锛熶綘鏄腑鍥戒汉鍚楋紵

./etcd --listen-client-urls 'http://0.0.0.0:2379' --advertise-client-urls='http://localhost:2379' will work if you're not worried about configuring it correctly

@heyitsanthony thanks for your help

Was this page helpful?
0 / 5 - 0 ratings