From f7de9d325f47e7b62dde9d9b9c6e37ae3d126eb7 Mon Sep 17 00:00:00 2001 From: Rey Lejano Date: Wed, 16 Dec 2020 15:19:37 -0800 Subject: [PATCH] RKE install add supported Docker versions --- content/rke/latest/en/installation/_index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/rke/latest/en/installation/_index.md b/content/rke/latest/en/installation/_index.md index 6a2531baf58..46cf9c92883 100644 --- a/content/rke/latest/en/installation/_index.md +++ b/content/rke/latest/en/installation/_index.md @@ -93,6 +93,8 @@ $ port upgrade rke The Kubernetes cluster components are launched using Docker on a Linux distro. You can use any Linux you want, as long as you can install Docker on it. +> RKE supports Docker versions 1.13.x, 17.03.x, 17.06.x, 17.09.x, 18.06.x, 18.09.x, 19.03.x., the latest Docker version 20.x.x is not supported. + Review the [OS requirements]({{}}/rke/latest/en/installation/os/) and configure each node appropriately. ## Creating the Cluster Configuration File