mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
etcdctl: make doc on 'no-sync' clearer
For issues like https://github.com/coreos/etcd/issues/4496.
This commit is contained in:
parent
89ca5ccccd
commit
658f2e53ba
@ -21,6 +21,8 @@ You can also build etcdctl from source using the build script found in the paren
|
||||
|
||||
### --no-sync
|
||||
+ don't synchronize cluster information before sending request
|
||||
+ Use this to access non-published client endpoints
|
||||
+ Without this flag, values from `--endpoint` flag will be overwritten by etcd cluster when it does internal sync.
|
||||
|
||||
### --output, -o
|
||||
+ output response in the given format (`simple`, `extended` or `json`)
|
||||
@ -40,6 +42,7 @@ You can also build etcdctl from source using the build script found in the paren
|
||||
+ a comma-delimited list of machine addresses in the cluster
|
||||
+ default: `"http://127.0.0.1:4001,http://127.0.0.1:2379"`
|
||||
+ env variable: ETCDCTL_ENDPOINT
|
||||
+ Without `--no-sync` flag, this will be overwritten by etcd cluster when it does internal sync.
|
||||
|
||||
### --cert-file
|
||||
+ identify HTTPS client using this SSL certificate file
|
||||
|
Loading…
x
Reference in New Issue
Block a user