Skip to content

Commit

Permalink
upgrade-guides: also upgrade traefik when doing a manager upgrade (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored Sep 27, 2023
1 parent 73ac698 commit d8c02b5
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions docs/guides/upgrade-guides/manager.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,20 @@ adjustments are necessary
osism update manager
```

If Ansible Vault was used to encrypt `environments/manager/secrets.yml`, the parameter
`--ask-vault-pass` is also appended.
* If Ansible Vault was used to encrypt `environments/manager/secrets.yml`, the parameter
`--ask-vault-pass` is also appended.
* If `osism update manager` does not work yet, use `osism-update-manager` instead.

If `osism update manager` does not work yet, use `osism-update-manager` instead.

7. Refresh the facts cache.

```
osism apply facts
```

8. If Traefik is used on the management plane (`traefik_enable: true` in `environments/infrastructure/configuration.yml`)
then Traefik should also be upgraded directly.

```
osism apply traefik
```

0 comments on commit d8c02b5

Please sign in to comment.