From f7de9d325f47e7b62dde9d9b9c6e37ae3d126eb7 Mon Sep 17 00:00:00 2001 From: Rey Lejano Date: Wed, 16 Dec 2020 15:19:37 -0800 Subject: [PATCH 1/2] 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 From 2c76d8f25fd3f3d83bfacf28bde120ea827ead5c Mon Sep 17 00:00:00 2001 From: Catherine Luse Date: Mon, 21 Dec 2020 14:26:26 -0700 Subject: [PATCH 2/2] Link to the tested Docker versions for RKE --- content/rke/latest/en/installation/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rke/latest/en/installation/_index.md b/content/rke/latest/en/installation/_index.md index 46cf9c92883..44adb3e9509 100644 --- a/content/rke/latest/en/installation/_index.md +++ b/content/rke/latest/en/installation/_index.md @@ -93,7 +93,7 @@ $ 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. +> For information on which Docker versions were tested with your version of RKE, refer to the [terms of service](https://rancher.com/support-maintenance-terms) for installing Rancher on RKE. Review the [OS requirements]({{}}/rke/latest/en/installation/os/) and configure each node appropriately.