Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

usability: display all supported parameters for fleetd #1445

Description

@kayrus

Current behavior:

fleetd --help
Usage of fleet:
  -config="": Path to config file. Fleet will look for a config at /etc/fleet/fleet.conf by default.
  -version=false: Print the version and exit

Expected behavior:

fleetd --help
Usage of fleet:
  --config="": Path to config file. Fleet will look for a config at /etc/fleet/fleet.conf by default.
  --version=false: Print the version and exit
  --verbosity
  --etcd-servers
  --etcd-request-timeout
  --etcd-cafile
  --etcd-keyfile
  --etcd-certfile
  --etcd-key-prefix
  --public-ip
  --metadata
  --agent-ttl
  --engine-reconcile-interval
  --disable-watches
... ... ...

Also relates to this issue: coreos/docs#650

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions