From 7da6818a1d72a7fd9a67913faab2822e21089ef6 Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Wed, 23 May 2018 10:02:31 +0300 Subject: [PATCH] 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. --- content/en/docs/tasks/tools/install-kubeadm.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/en/docs/tasks/tools/install-kubeadm.md b/content/en/docs/tasks/tools/install-kubeadm.md index 1464d6f31e..492e70e5c0 100644 --- a/content/en/docs/tasks/tools/install-kubeadm.md +++ b/content/en/docs/tasks/tools/install-kubeadm.md @@ -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.