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
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
... ... ...
Current behavior:
Expected behavior:
Also relates to this issue: coreos/docs#650