install-kubeadm: update the recommended Docker version (#8643)

Bump the recommended version to 17.03.
17.03 is verified by SIG-Node and is much more recent than 1.12.
pull/8689/merge
Lubomir I. Ivanov 2018-05-23 10:02:31 +03:00 committed by k8s-ci-robot
parent b9f2c7c2a1
commit 7da6818a1d
1 changed files with 2 additions and 1 deletions

View File

@ -84,8 +84,9 @@ documentation for the plugins about what port(s) those need.
## Installing Docker
On each of your machines, install Docker.
Version v1.12 is recommended, but v1.11, v1.13 and 17.03 are known to work as well.
Version 17.03 is recommended, but 1.11, 1.12 and 1.13 are known to work as well.
Versions 17.06+ _might work_, but have not yet been tested and verified by the Kubernetes node team.
Keep track of the latest verified Docker version in the Kubernetes release notes.
Please proceed with executing the following commands based on your OS as root. You may become the root user by executing `sudo -i` after SSH-ing to each host.