diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-28 17:07:55 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2020-10-28 17:07:55 +0100 |
commit | c32bd6df1d4ca7f181b3f2ad4dd0642f3c2a4088 (patch) | |
tree | 29e9b2db2790099da2c1aefdb9f44cf792cc2c05 /os | |
parent | 03680a992b627cda620ad3a3fd1ba9c725bfc371 (diff) | |
download | infrastructure-c32bd6df1d4ca7f181b3f2ad4dd0642f3c2a4088.tar.gz infrastructure-c32bd6df1d4ca7f181b3f2ad4dd0642f3c2a4088.zip |
Add some doc
Diffstat (limited to 'os')
-rw-r--r-- | os/config/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/os/config/README.md b/os/config/README.md index fb4f6e7..62bf252 100644 --- a/os/config/README.md +++ b/os/config/README.md @@ -14,6 +14,8 @@ For each machine, **one by one** do: - `consul members` - Check that Postgres is healthy - Run `ansible-playbook -i production.yml --limit <machine> site.yml` + - Run `nomad node drain -enable -force -self` - Reboot + - Run `nomad node drain -self -disable` - Check that cluster is healthy |