From 04b4117eac0c1e00341c4915c8bf82f352877957 Mon Sep 17 00:00:00 2001 From: Mars Tian Date: Fri, 22 Apr 2022 17:09:02 +0800 Subject: [PATCH] break the links by RKE version Co-authored-by: Jen Travinski --- content/rke/latest/en/config-options/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/rke/latest/en/config-options/_index.md b/content/rke/latest/en/config-options/_index.md index eea8bff7467..f742c9346d1 100644 --- a/content/rke/latest/en/config-options/_index.md +++ b/content/rke/latest/en/config-options/_index.md @@ -50,7 +50,9 @@ cluster_name: mycluster ### Supported Docker Versions -By default, RKE will check the installed Docker version on all hosts and fail with an error if the version is not supported by Kubernetes. The list of [supported Docker versions](https://github.com/rancher/kontainer-driver-metadata/blob/master/rke/k8s_docker_info.go#L3-L15) are set specifically for each Kubernetes version. To override this behavior, set this option to `true`. +By default, RKE will check the installed Docker version on all hosts and fail with an error if the version is not supported by Kubernetes. The list of supported Docker versions are set specifically for each Kubernetes version in kontainer-driver-metadata depending on the RKE version used (to override this behavior, set this option to `true`). Refer to the following: +- For RKE v1.3.x, see this [link](https://github.com/rancher/kontainer-driver-metadata/blob/release-v2.6/rke/k8s_docker_info.go for RKE v1.3.x) +- For RKE v1.2.x, see this [link](https://github.com/rancher/kontainer-driver-metadata/blob/release-v2.5/rke/k8s_docker_info.go) The default value is `false`.