Allow percentage-based rolling deployments

This commit is contained in:
Kevin McConnell
2023-04-14 11:26:10 +01:00
parent a8726be20e
commit f055766918
7 changed files with 60 additions and 12 deletions

View File

@@ -841,7 +841,7 @@ MRSK's default is to boot new containers on all hosts in parallel. But you can c
service: myservice
boot:
group_limit: 10
group_limit: 10 # Can also specify as a percentage of total hosts, such as "25%"
group_wait: 2
```