mirror of https://github.com/docker/docs.git
Added check-config.sh download link (#9859)
This commit is contained in:
parent
24718c5e47
commit
476fe75880
|
@ -46,7 +46,7 @@ Complete the following checks:
|
||||||
#### Operating system
|
#### 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).
|
- 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).
|
- 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
|
#### Procedural
|
||||||
- Perform Swarm, UCP and DTR backups before upgrading
|
- Perform Swarm, UCP and DTR backups before upgrading
|
||||||
|
|
Loading…
Reference in New Issue