Updating documentation and adding monitor verb and noun.
This commit is contained in:
parent
d1097f33ac
commit
724fdd8799
38 changed files with 188 additions and 43 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue