Skip to content

Commit

Permalink
Merge pull request sorintlab#780 from Scukerman/patch-1
Browse files Browse the repository at this point in the history
docs: remove extra dash
  • Loading branch information
sgotti authored Apr 13, 2020
2 parents 166e91f + c8d71b4 commit 5374939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/stolonctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
`stolonctl` is the stolon client which controls the stolon cluster(s).

Since `stolonctl`needs to communicate with the cluster backend store, it requires providing the requested cluster name (`--cluster-name`), its store backend type (`--store-backend`), and how to reach the store, such as:
* For etcdv2, etcdv3 or consul as store, a comma separated list of endpoints (`--store--endpoints`).
* For etcdv2, etcdv3 or consul as store, a comma separated list of endpoints (`--store-endpoints`).
* For kubernetes as store, the kind of kubernetes resources (`--kube-resource-kind`). See below.

`stolonctl` example for checking the status of a cluster named "stolon-cluster" using "etcdv3" as a store backend:
Expand Down

0 comments on commit 5374939

Please sign in to comment.