From 5626f5cb1919043f147021ab043dae4a2fcfd58f Mon Sep 17 00:00:00 2001 From: TianChenjiang Date: Sat, 2 Apr 2022 19:02:15 +0800 Subject: [PATCH] update support Docker versions URL --- content/rke/latest/en/config-options/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/rke/latest/en/config-options/_index.md b/content/rke/latest/en/config-options/_index.md index 30b0383d445..eea8bff7467 100644 --- a/content/rke/latest/en/config-options/_index.md +++ b/content/rke/latest/en/config-options/_index.md @@ -50,7 +50,7 @@ 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/rke/blob/master/docker/docker.go#L37-L41) 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](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`. The default value is `false`.