Skip to content

Commit

Permalink
It is not a good idea to change the serial default of the docker play (
Browse files Browse the repository at this point in the history
…#62)

Part of osism/issues#704

Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Oct 6, 2023
1 parent efd3d8b commit 2ef31ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guides/upgrade-guides/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ To adjust this, either use the `osism_serial` dictionary in the `environments/co
to change the value in `docker` or append `-e serial=10%` to upgrade, for example, 10%
with each iteration.
Please note that it is not a good idea to upgrade more than one Docker service at a time.
This can lead to anomalies, especially on storage nodes and control nodes. It is recommended
not to change the default of 1.
```yaml
osism_serial:
docker: 10%
Expand Down

0 comments on commit 2ef31ed

Please sign in to comment.