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
cmd.PersistentFlags().StringVar(&cfg.StoreBackend, "store-backend", "", "store backend type (etcdv2/etcd, etcdv3, consul or kubernetes)")
58
60
cmd.PersistentFlags().StringVar(&cfg.StoreEndpoints, "store-endpoints", "", "a comma-delimited list of store endpoints (use https scheme for tls communication) (defaults: http://127.0.0.1:2379 for etcd, http://127.0.0.1:8500 for consul)")
Copy file name to clipboardExpand all lines: doc/commands/stolon-keeper.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,8 @@ stolon-keeper [flags]
40
40
--store-key string private key file for client identification to the store
41
41
--store-prefix string the store base prefix (default "stolon/cluster")
42
42
--store-skip-tls-verify skip store certificate verification (insecure!!!)
43
+
--store-timeout duration store request timeout (default 5s)
43
44
--uid string keeper uid (must be unique in the cluster and can contain only lower-case letters, numbers and the underscore character). If not provided a random uid will be generated.
44
45
```
45
46
46
-
###### Auto generated by spf13/cobra on 28-Jan-2020
47
+
###### Auto generated by spf13/cobra on 6-Mar-2020
0 commit comments