From 476fe75880b7db0e16b9d52893398e455f67579c Mon Sep 17 00:00:00 2001 From: Darwin Traver Date: Wed, 13 Nov 2019 05:41:22 -0500 Subject: [PATCH] Added check-config.sh download link (#9859) --- ee/ucp/admin/install/upgrade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ee/ucp/admin/install/upgrade.md b/ee/ucp/admin/install/upgrade.md index da4a821e7c..3de1547b35 100644 --- a/ee/ucp/admin/install/upgrade.md +++ b/ee/ucp/admin/install/upgrade.md @@ -46,7 +46,7 @@ Complete the following checks: #### Operating system - If cluster nodes OS branch is older (Ubuntu 14.x, RHEL 7.3, etc), consider patching all relevant packages to the most recent (including kernel). - Rolling restart of each node before upgrade (to confirm in-memory settings are the same as startup-scripts). -- Run `check-config.sh` on each cluster node (after rolling restart) for any kernel compatibility issues. +- Run `check-config.sh` on each cluster node (after rolling restart) for any kernel compatibility issues. Latest version of the script can be found here: https://github.com/moby/moby/blob/master/contrib/check-config.sh #### Procedural - Perform Swarm, UCP and DTR backups before upgrading