Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 2.02 KB

stolon-proxy.md

File metadata and controls

38 lines (29 loc) · 2.02 KB

stolon-proxy

Synopsis

stolon-proxy [flags]

Options

      --cluster-name string             cluster name
  -h, --help                            help for stolon-proxy
      --kube-resource-kind string       the k8s resource kind to be used to store stolon clusterdata and do sentinel leader election (only "configmap" is currently supported)
      --listen-address string           proxy listening address (default "127.0.0.1")
      --log-color                       enable color in log output (default if attached to a terminal)
      --log-level string                debug, info (default), warn or error (default "info")
      --metrics-listen-address string   metrics listen address i.e "0.0.0.0:8080" (disabled by default)
      --port string                     proxy listening port (default "5432")
      --stop-listening                  stop listening on store error (default true)
      --store-backend string            store backend type (etcdv2/etcd, etcdv3, consul or kubernetes)
      --store-ca-file string            verify certificates of HTTPS-enabled store servers using this CA bundle
      --store-cert-file string          certificate file for client identification to the store
      --store-endpoints string          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)
      --store-key string                private key file for client identification to the store
      --store-prefix string             the store base prefix (default "stolon/cluster")
      --store-skip-tls-verify           skip store certificate verification (insecure!!!)
      --store-timeout duration          store request timeout (default 5s)
      --tcp-keepalive-count int         set tcp keepalive probe count number
      --tcp-keepalive-idle int          set tcp keepalive idle (seconds)
      --tcp-keepalive-interval int      set tcp keepalive interval (seconds)
Auto generated by spf13/cobra on 24-Feb-2021