docs: link upgrade docs to node drain guide

This commit is contained in:
Michael Schurter 2018-04-12 16:34:55 -07:00
parent 55e4fc20ef
commit e6075b54a9

View file

@ -101,11 +101,11 @@ Use the same actions in step #2 above to confirm cluster health.
### 5. Upgrade clients ### 5. Upgrade clients
Following the successful upgrade of the servers you can now update your Following the successful upgrade of the servers you can now update your
clients using a similar process as the servers. If you wish to gracefully clients using a similar process as the servers. You may either upgrade clients
move tasks on a client use the `nomad node drain <node-id>` command to in-place or start new nodes on the new version. See the [Decommissioning Nodes
gracefully migrate jobs to another client in the cluster. The `node drain` guide](/guides/node-draining.html) for instructions on how to migrate running
command prevents new tasks from being allocated to the client and begins allocations from the old nodes to the new nodes with the [`nomad node
migrating existing allocations to another client. drain`](/docs/commands/node/drain.html) command.
## Done! ## Done!