From e6075b54a9b138335d367d057b0bad455765f8fd Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Thu, 12 Apr 2018 16:34:55 -0700 Subject: [PATCH] docs: link upgrade docs to node drain guide --- website/source/docs/upgrade/index.html.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/website/source/docs/upgrade/index.html.md b/website/source/docs/upgrade/index.html.md index d45c8aee1..758f20a25 100644 --- a/website/source/docs/upgrade/index.html.md +++ b/website/source/docs/upgrade/index.html.md @@ -101,11 +101,11 @@ Use the same actions in step #2 above to confirm cluster health. ### 5. Upgrade clients 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 -move tasks on a client use the `nomad node drain ` command to -gracefully migrate jobs to another client in the cluster. The `node drain` -command prevents new tasks from being allocated to the client and begins -migrating existing allocations to another client. +clients using a similar process as the servers. You may either upgrade clients +in-place or start new nodes on the new version. See the [Decommissioning Nodes +guide](/guides/node-draining.html) for instructions on how to migrate running +allocations from the old nodes to the new nodes with the [`nomad node +drain`](/docs/commands/node/drain.html) command. ## Done!