Updating documentation and adding monitor verb and noun.

This commit is contained in:
Renan DelValle 2019-03-22 20:50:41 -07:00
parent d1097f33ac
commit 724fdd8799
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
38 changed files with 188 additions and 43 deletions

View file

@ -14,11 +14,12 @@ australis start sla-drain count [space separated host list] [flags]
### Options
```
--count int Instances count that should be running to meet SLA. (default 5)
--duration duration Window of time from which we derive the SLA. (default 10m0s)
-h, --help help for count
--interval duration Interval at which to poll scheduler. (default 5s)
--timeout duration Time after which the monitor will stop polling and throw an error. (default 20m0s)
--count int Instances count that should be running to meet SLA. (default 5)
--duration RUNNING Minimum time duration a task needs to be RUNNING to be treated as active. (default 45s)
-h, --help help for count
--interval duration Interval at which to poll scheduler. (default 10s)
--sla-limit duration Time limit after which SLA-Aware drain sheds SLA Awareness. (default 1h0m0s)
--timeout duration Time after which the monitor will stop polling and throw an error. (default 20m0s)
```
### Options inherited from parent commands
@ -41,4 +42,4 @@ australis start sla-drain count [space separated host list] [flags]
* [australis start sla-drain](australis_start_sla-drain.md) - Place a list of space separated Mesos Agents into maintenance mode using SLA aware strategies.
###### Auto generated by spf13/cobra on 21-Mar-2019
###### Auto generated by spf13/cobra on 22-Mar-2019